Interface AnnotationIgnoreOptions<C extends AnnotationIgnoreOptions<C>>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      C ignoreAnnotations​(boolean ignoreAnnotations)
      Specifies whether annotations at the given element should be ignored or not, overriding any setting given for parent elements.
    • Method Detail

      • ignoreAnnotations

        C ignoreAnnotations​(boolean ignoreAnnotations)
        Specifies whether annotations at the given element should be ignored or not, overriding any setting given for parent elements. E.g. the setting given for a method parameter overrides the setting given for the method declaring that parameter.
        Parameters:
        ignoreAnnotations - Whether to ignore annotation-based constraints or not.
        Returns:
        This context for method chaining.