Annotation Interface Namespaces


@Inherited @Retention(RUNTIME) @Target({PACKAGE,TYPE}) public @interface Namespaces
Wrapper for declaration of multiple namespaces on an element.

Usage example:

 
 @Namespaces({@Namespace("xs", "http://www.w3.org/2001/XMLSchema#"),
                         @Namespace("owl", "http://www.w3.org/2002/07/owl#")})
 
 
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description