|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={PARAMETER,FIELD}) @Retention(value=RUNTIME) @Documented @UseWith(value=SERVICE) public @interface Autobuild
Directs that the value to be built should be an autobuild instance of the type with injections performed, via ObjectLocator.autobuild(Class)
. This should only be placed on a field or parameter of an
instantiable type (not an interface).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |