Annotation Interface Configuration.GraphStoreValidation

Enclosing class:
Configuration

@Documented @Target(METHOD) @Retention(CLASS) public static @interface Configuration.GraphStoreValidation
The annotated method will be used to insert the implementation of validating a given graphStore. The implementation calls each method annotated with Configuration.GraphStoreValidationCheck.

The method cannot be abstract but should have an empty body, and have exactly three parameter graphStore, selectedLabels, selectedRelationshipTypes.