Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for containsAnnotation (0.06 seconds)

  1. build-conventions/src/main/java/org/elasticsearch/gradle/internal/checkstyle/MissingJavadocTypeCheck.java

                && (excludeScope == null
                    || customScope.isIn(excludeScope) == false
                    || surroundingScope != null && surroundingScope.isIn(excludeScope) == false)
                && AnnotationUtil.containsAnnotation(ast, skipAnnotations) == false
                && ignorePattern.matcher(outerTypeName).find() == false;
        }
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Jun 10 23:06:44 GMT 2021
    - 5.5K bytes
    - Click Count (0)
Back to Top