Annotation Type InjectService
-
@Target({PARAMETER,FIELD}) @Retention(RUNTIME) @Documented @UseWith(SERVICE) public @interface InjectService
Annotation used with parameters of service builder methods to identify the service to be injected into the service builder method via the parameter. In many cases theInject
annotation is more flexible or appropriate. This annotation may also be used with fields of service implementation classes, modules, or other objects constructed via ObjectLocator#autobuild(Class).