Package org.jgroups.annotations
Annotation Type XmlElement
-
@Retention(RUNTIME) @Target(TYPE) public @interface XmlElement
Annotation to generate an element in the schema created byXMLSchemaGenerator
. Example:@XmlElement(name="fork-stacks" type="ForkStacksType")
This results in the following schema fragment:<xs:element name="fork-stacks" type="ForkStacksType"/>
- Since:
- 3.5
- Author:
- Bela Ban