View Javadoc
1   package com.atlassian.plugin.spring.scanner.runtime.impl.testservices;
2   
3   public interface Service {
4       void a();
5   }