Annotation Type Namespace
-
@Retention(RUNTIME) @Repeatable(Namespaces.class) public @interface Namespace
Namespace. An annotation which allows specifying the namespace recognized by an implementation of aConfigurationParser
. If you need to specify multiple namespaces, use theNamespaces
annotation.- Since:
- 6.0
- Author:
- Tristan Tarrant
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
root
The root element of this namespace.
-
-
-
-
since
java.lang.String since
The first version of the schema where this is supported. Defaults to 7.0. Only considered ifuri()
ends with a wildcard- Default:
- "7.0"
-
-
-
until
java.lang.String until
The last version of the schema where this is supported. Defaults to the current release. Only considered ifuri()
ends with a wildcard- Default:
- ""
-
-