Package org.jgroups.annotations
Annotation Type XmlElement
Annotation to generate an element in the schema created by
XMLSchemaGenerator. Example:
@XmlElement(name="fork-stacks" type="ForkStacksType")This results in the following schema fragment:
<xs:element name="fork-stacks" type="ForkStacksType"/>
- Since:
- 3.5
-
Required Element Summary
Required Elements