Package com.google.inject.assistedinject
Annotation Type Assisted
-
@Target({FIELD,PARAMETER,METHOD}) @Retention(RUNTIME) public @interface Assisted
Annotates an injected parameter or field whose value comes from an argument to a factory method.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
value
The unique name for this parameter.
-