Class AnnotationProcessingOptionsImpl

java.lang.Object
org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl
All Implemented Interfaces:
AnnotationProcessingOptions

public class AnnotationProcessingOptionsImpl extends Object implements AnnotationProcessingOptions
An AnnotationProcessingOptions instance keeps track of annotations which should be ignored as configuration source. The main validation source for Bean Validation is annotation and alternate configuration sources use this class to override/ignore existing annotations.
Author:
Hardy Ferentschik