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