Annotation Interface InjectionPoint.AtCode
- Enclosing class:
InjectionPoint
Injection point code for
At annotations to use-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
namespace
String namespaceNamespace for this code. Final selectors will be specified as <namespace>:<code> in order to avoid overlaps between consumer-provided injection points. Uses namespace from parent config if not specified.- Default:
""
-
value
String valueThe string code used to specify the annotated injection point in At annotations, prefixed with namespace from the annotation or from the declaring configuration.
-