Annotation Interface ITargetSelectorDynamic.SelectorId
- Enclosing interface:
ITargetSelectorDynamic
Decoration for subclasses which indicates id used for a specific selector
when specified, for example @MyNamespace:MySelector(argshere)
would specify "MySelector"
-
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>:<id> in order to avoid overlaps between consumer-provided selectors. If left blank defaults to the namespace specified in the configuration.- Default:
""
-
value
String valueThe string code used to specify the selector selector strings, prefixed with namespace from the annotation or from the declaring configuration.
-