Interface AnnotationProcessingOptions<C extends AnnotationProcessingOptions<C>>
-
- All Known Subinterfaces:
PropertyConstraintMappingContext,TypeConstraintMappingContext<C>
- All Known Implementing Classes:
TypeConstraintMappingContextImpl
@Deprecated public interface AnnotationProcessingOptions<C extends AnnotationProcessingOptions<C>>
Deprecated.Since 6.0. Planned for removal. UseAnnotationIgnoreOptions.ignoreAnnotations(boolean)instead.- Author:
- Hardy Ferentschik
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description CignoreAnnotations()Deprecated.Since 5.2.
-
-
-
Method Detail
-
ignoreAnnotations
@Deprecated C ignoreAnnotations()
Deprecated.Since 5.2. Planned for removal. UseAnnotationIgnoreOptions.ignoreAnnotations(boolean)instead.
-
-