@Target(value=TYPE) @Retention(value=RUNTIME) public @interface XmlNamedSubgraph
XmlNamedSubgraph
is a member element of a
XmlNamedObjectGraph
. The XmlNamedSubgraph
is
only referenced from within an XmlNamedObjectGraph and can not be
referenced independently. It is referenced by its name
from an XmlNamedAttributeNode
element of the
XmlNamedObjectGraph
.XmlNamedObjectGraph
,
XmlNamedAttributeNode
Modifier and Type | Required Element and Description |
---|---|
XmlNamedAttributeNode[] |
attributeNodes
The list of properties to include in this graph
|
String |
name
required: the name of the subgraph
|
public abstract String name
public abstract XmlNamedAttributeNode[] attributeNodes
public abstract Class type
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference