@Target(value={PARAMETER,FIELD}) @Retention(value=RUNTIME) @Documented @UseWith(value=SERVICE) public @interface InjectService
Inject
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)
.5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.