Annotation Type InjectionInfo.AnnotationType
-
@Retention(RUNTIME) @Target(TYPE) public static @interface InjectionInfo.AnnotationTypeDecoration for subclasses which indicates the injector annotation that the subclass handles
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<? extends java.lang.annotation.Annotation>valueThe injector annotation this InjectionInfo can handle
-