@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, prefixed with namespace from the annotation or from the
declaring configuration.
|
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
namespace
Namespace for this code.
|