import org.apache.felix.scr.annotations.Component; import org.apache.felix.scr.annotations.Reference; import org.apache.felix.scr.annotations.Service; @Component @Service public class ExampleService implements SomeService { @Reference private AnotherService anotherService; @Override public void doSomething() { anotherService.doSomethingElse(); } }


上一篇:
下一篇:
切换中文