Annotation Interface Namespace
Namespace. An annotation which allows specifying the namespace recognized by an implementation of
a
ConfigurationParser
. If you need to specify multiple namespaces, use the
Namespaces
annotation.- Since:
- 6.0
- Author:
- Tristan Tarrant
-
Required Element Summary
-
Optional Element Summary
-
Element Details
-
uri
String uriThe URI of the namespace. Defaults to the empty string.- Default:
""
-
root
String rootThe root element of this namespace. -
since
String sinceThe first version of the schema where this is supported. Defaults to 7.0. Only considered ifuri()
ends with a wildcard- Default:
"7.0"
-
until
String untilThe last version of the schema where this is supported. Defaults to the current release. Only considered ifuri()
ends with a wildcard- Default:
""
-