Annotation Type 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
    java.lang.Class<? extends java.lang.annotation.Annotation> value
    The injector annotation this InjectionInfo can handle
  • Element Details

    • value

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