Annotation Type ComposedChecks


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface ComposedChecks
    Annotation that allows to modularize the validator into multiple classes. The listed validators should override the method AbstractInjectableValidator.register(EValidatorRegistrar) with an empty implementation otherwise all issues will be reported twice.