@Inherited
@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface Namespaces
NamespaceHandler.
NamespaceHandler implementations may optionally use this annotation to
simplify the auto-registration process in some deployment scenarios.| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String[] |
value
A list of namespaces supported by
NamespaceHandler. |