@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface EndNode
Identifies the domain entity representing the end node of
a relationship in the graph, and, along with @StartNode
is a mandatory annotation on any domain entity that is annotated
with @RelationshipEntity
- Author:
- Michal Bachman