Annotation Interface StartNode


@Retention(RUNTIME) @Target(FIELD) public @interface StartNode
Identifies a domain entity as being the start node of a relationship in the graph, and, along with @EndNode is a mandatory annotation on any domain entity that is annotated with @RelationshipEntity
Author:
Michal Bachman