Annotation Interface InjectionInfo.AnnotationType

Enclosing class:
InjectionInfo

@Retention(RUNTIME) @Target(TYPE) public static @interface InjectionInfo.AnnotationType
Decoration for subclasses which indicates the injector annotation that the subclass handles
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends Annotation>
    The injector annotation this InjectionInfo can handle
  • Element Details

    • value

      Class<? extends Annotation> value
      The injector annotation this InjectionInfo can handle