Annotation Type InjectionPoint.AtCode
-
@Retention(RUNTIME) @Target(TYPE) public static @interface InjectionPoint.AtCodeInjection point code forAtannotations 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, prefixed with namespace from the annotation or from the declaring configuration.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringnamespaceNamespace for this code.
-