@Target(value={}) @Retention(value=RUNTIME) public @interface NamedSubgraph
| Modifier and Type | Required Element and Description | 
|---|---|
NamedAttributeNode[] | 
attributeNodes
Lists attributes of the class that must be included. 
 | 
String | 
name
The name element is the name used to reference the subgraph from a NamedAttributeNode definition. 
 | 
public abstract String name
public abstract NamedAttributeNode[] attributeNodes
public abstract Class type
Copyright © 2016. All rights reserved.