Home
last modified time | relevance | path

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

/external/auto/common/src/main/java/com/google/auto/common/
DAnnotationMirrors.java130 return getAnnotationElementAndValue(annotationMirror, elementName).getValue(); in getAnnotationValue()
140 public static Map.Entry<ExecutableElement, AnnotationValue> getAnnotationElementAndValue( in getAnnotationElementAndValue() method in AnnotationMirrors
/external/auto/common/src/test/java/com/google/auto/common/
DAnnotationMirrorsTest.java235 AnnotationMirrors.getAnnotationElementAndValue(annotationOn(TestClassBlah.class), "value"); in testGetValueEntry()