@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface XmlNamedAttributeNode
XmlNamedAttributeNode
is a member element of a
XmlNamedObjectGraph
.XmlNamedObjectGraph
,
XmlNamedSubgraph
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
required: the name of the property
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
subgraph
optional: if this property referenced another JAXB Object,
specify the name of the object graph to use for that nested object.
|