Home
last modified time | relevance | path

Searched defs:annotationValues (Results 1 – 3 of 3) sorted by relevance

/external/doclava/doclet_adapter/src/main/java/com/google/doclava/javadoc/
DContext.java62 public final Map<AnnotationValue, AnnotationValueImpl> annotationValues = new HashMap<>(); field in Context.Caches
/external/auto/value/src/main/java/com/google/auto/value/processor/
DAutoAnnotationProcessor.java239 List<? extends AnnotationValue> annotationValues) { in invariableHash()
/external/turbine/java/com/google/turbine/lower/
DLower.java635 private ImmutableMap<String, ElementValue> annotationValues(ImmutableMap<String, Const> values) { in annotationValues() method in Lower