- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for setSkipAnnotations (0.18 seconds)
-
build-conventions/src/main/java/org/elasticsearch/gradle/internal/checkstyle/MissingJavadocTypeCheck.java
* Setter to specify the list of annotations that allow missed documentation. * Only short names are allowed, e.g. {@code Generated}. * * @param userAnnotations user's value. */ public void setSkipAnnotations(String... userAnnotations) { skipAnnotations = Arrays.asList(userAnnotations); } /** * Setter to specify pattern for types to ignore. * * @param pattern a pattern. */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)