@Retention(value=RUNTIME)
@Target(value=TYPE)
public static @interface ITargetSelectorDynamic.SelectorId
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
The string code used to specify the selector selector strings,
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.
|