Annotation Interface InjectionInfo.AnnotationType
- Enclosing class:
InjectionInfo
Decoration for subclasses which indicates the injector annotation that
the subclass handles
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass<? extends Annotation> The injector annotation this InjectionInfo can handle
-
Element Details
-
value
Class<? extends Annotation> valueThe injector annotation this InjectionInfo can handle
-