@Retention(value=RUNTIME)
@Target(value=TYPE)
public static @interface InjectionPoint.AtCode
At annotations to use| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
The string code used to specify the annotated injection point in At
annotations
|