org.hibernate.validator.cfg.context
Interface AnnotationProcessingOptions<C extends AnnotationProcessingOptions<C>>

All Known Subinterfaces:
PropertyConstraintMappingContext, TypeConstraintMappingContext<C>
All Known Implementing Classes:
PropertyConstraintMappingContextImpl, TypeConstraintMappingContextImpl

public interface AnnotationProcessingOptions<C extends AnnotationProcessingOptions<C>>

Facet of a constraint mapping creational context which allows to configure how existing annotation should be treated.

Author:
Hardy Ferentschik

Method Summary
 C ignoreAnnotations()
          Specifies that annotations specified on the configured type or property should be ignored.
 

Method Detail

ignoreAnnotations

C ignoreAnnotations()
Specifies that annotations specified on the configured type or property should be ignored.

Returns:
Returns itself for method chaining.


Copyright © 2007-2013 Red Hat, Inc. All Rights Reserved