Package org.eclipse.xtext.validation
Annotation Type ComposedChecks
-
@Retention(RUNTIME) @Target(TYPE) public @interface ComposedChecksAnnotation that allows to modularize the validator into multiple classes. The listed validators should override the methodAbstractInjectableValidator.register(EValidatorRegistrar)with an empty implementation otherwise all issues will be reported twice.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<? extends AbstractDeclarativeValidator>[]validators
-
-
-
Element Detail
-
validators
java.lang.Class<? extends AbstractDeclarativeValidator>[] validators
-
-