Class AbstractIgnoredAnnotationRule

    • Constructor Detail

      • AbstractIgnoredAnnotationRule

        protected AbstractIgnoredAnnotationRule()
        Deprecated.
    • Method Detail

      • defaultSuppressionAnnotations

        protected Collection<String> defaultSuppressionAnnotations()
        Deprecated.
      • defaultIgnoredAnnotationsDescription

        protected String defaultIgnoredAnnotationsDescription()
        Deprecated.
      • hasIgnoredAnnotation

        protected boolean hasIgnoredAnnotation​(Annotatable node)
        Deprecated.
        Checks whether any annotation in ignoredAnnotationsDescriptor is present on the node.
        Parameters:
        node - the node to check
        Returns:
        true if the annotation has been found, otherwise false