Annotation Type InjectionPoint.AtCode
- Enclosing class:
- InjectionPoint
@Retention(RUNTIME)
@Target(TYPE)
public static @interface InjectionPoint.AtCode
Injection point code for
At annotations to use-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueThe string code used to specify the annotated injection point in At annotations
-
Element Details
-
value
java.lang.String valueThe string code used to specify the annotated injection point in At annotations
-