Annotation Interface Required


@Retention(RUNTIME) @Target(FIELD) public @interface Required
Annotation which notifies OGM that this property is required.

If auto index functionality is enabled an existence constraint will be created.

Usable on node or relationship property.

Supported only on enterprise edition of Neo4j.

Author:
Frantisek Hartman