Interface JCasValidationCheck

All Superinterfaces:
ValidationCheck
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface JCasValidationCheck extends ValidationCheck
JCas validation check.

Note: Implementations of this class are typically singletons which are obtained through the Java Service Locator mechanism. This means that the implementations must be stateless to ensure that they can be used by multiple threads concurrently.