Annotation Type Configuration.GraphStoreValidationCheck


  • @Documented
    @Target(METHOD)
    @Retention(CLASS)
    public static @interface Configuration.GraphStoreValidationCheck
    The annotated method will be used to insert the implementation of Configuration.GraphStoreValidation to verify the configuration is valid for the given graphStore. The method cannot be abstract and must have exactly three parameters (graphStore, selectedLabels, selectedRelationshipTypes). The method is expected to throw an exception if the check failed.