Home
last modified time | relevance | path

Searched refs:DEPRECATED_CATEGORIES (Results 1 – 1 of 1) sorted by relevance

/external/desugar/java/com/google/devtools/common/options/
DIsolatedOptionsData.java104 private static final ImmutableList<String> DEPRECATED_CATEGORIES = ImmutableList.of( field in IsolatedOptionsData
406 if (DEPRECATED_CATEGORIES.contains(annotation.category())) { in from()