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