Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

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

            this.scope = scope;
        }
    
        /**
         * Setter to specify the visibility scope where Javadoc comments are not checked.
         *
         * @param excludeScope a scope.
         */
        public void setExcludeScope(Scope excludeScope) {
            this.excludeScope = excludeScope;
        }
    
        /**
         * Setter to specify the list of annotations that allow missed documentation.
    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