Annotation Interface NamedSubgraph


@Target({}) @Retention(RUNTIME) public @interface NamedSubgraph
A NamedSubgraph is a member element of a NamedEntityGraph. The NamedSubgraph is only referenced from within its containing NamedEntityGraph and cannot be referenced independently. It is referenced by its name() from a NamedAttributeNode element of the NamedEntityGraph.
Since:
2.1
See Also: