Annotation Type Autobuild
@Target({PARAMETER,FIELD})
@Retention(RUNTIME)
@Documented
@UseWith(SERVICE)
public @interface Autobuild
Directs that the value to be built should be an autobuild instance of the type with injections performed, via
ObjectLocator.html#autobuild(Class).
This should only be placed on a field or parameter of an instantiable type (not an interface).
- Since:
- 5.2