@Retention(value=RUNTIME)
@Target(value=TYPE)
public static @interface InjectionInfo.AnnotationType
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.Class<? extends java.lang.annotation.Annotation> |
value
The injector annotation this InjectionInfo can handle
|