Package org.meeuw.xml.bind.annotation
Annotation Type XmlDocumentation
-
@Retention(RUNTIME) @Target({METHOD,FIELD,TYPE}) @Repeatable(XmlDocumentations.class) public @interface XmlDocumentation
- Since:
- 0.1
- Author:
- Michiel Meeuwissen
-
-
Element Detail
-
value
String value
- Returns:
- The documentation to the xsd element, attribute or type
-
-
-
namespace
@Deprecated String namespace
Deprecated.- Default:
- ""
-
-
-
name
String name
When using multiplejavax.xml.bind.annotation.XmlElement, this can indicate to which one the annotation must refer- Default:
- ""
-
-