@Retention(value=RUNTIME) @Target(value={METHOD,FIELD,TYPE}) @Repeatable(value=XmlDocumentations.class) public @interface XmlDocumentation
| Modifier and Type | Required Element and Description |
|---|---|
String |
value |
| Modifier and Type | Optional Element and Description |
|---|---|
String |
name
When using multiple
XmlElement, this can indicate to which one the annotation must refer |
String |
namespace
Deprecated.
|
public abstract String value
@Deprecated public abstract String namespace
public abstract String name
XmlElement, this can indicate to which one the annotation must referCopyright © 2021. All rights reserved.