added Type enum to GraphEntity
This commit is contained in:
@@ -14,5 +14,6 @@ import java.lang.annotation.Target;
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@Target(ElementType.TYPE)
|
||||
public @interface GraphEntity {
|
||||
|
||||
public enum Type { NODE, RELATIONSHIP };
|
||||
Type value() default Type.NODE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user