Package org.openiam.common.graph.model
Annotation Type GraphEdge
-
@Target(TYPE) @Retention(RUNTIME) public @interface GraphEdge
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description VertexType
childType
VertexType
parentType
-
-
-
Element Detail
-
parentType
VertexType parentType
-
-
-
childType
VertexType childType
-
-