@Target(value={}) @Retention(value=RUNTIME) public @interface NamedSubgraph
| Modifier and Type | Required Element and Description | 
|---|---|
| NamedAttributeNode[] | attributeNodesLists attributes of the class that must be included. | 
| String | nameThe 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 © 2020. All rights reserved.