|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=CONSTRUCTOR) @Retention(value=RUNTIME) public @interface AssistedInject
Constructors annotated with @AssistedInject
indicate that will
can be instantiated by the FactoryProvider
. Each constructor must
exactly one corresponding factory method within the Factory Interface.
Constructor parameters must be either supplied by the Factory Interface and
marked with @Assisted
, or they must be injectable.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |