Annotation Type XmlNamedAttributeNode
-
@Target(TYPE) @Retention(RUNTIME) public @interface XmlNamedAttributeNode
AXmlNamedAttributeNode
is a member element of aXmlNamedObjectGraph
.- See Also:
XmlNamedObjectGraph
,XmlNamedSubgraph
- Since:
- EclipseLink 2.5
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
value
required: the name of the property
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element 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.
-