Annotation Type KnownAs
-
@Target(PARAMETER) @Retention(RUNTIME) @Documented public @interface KnownAsQualifies the exact name of the component parameter for which DI is required.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueThe exact name of the component to be injected.
-