Searched refs:getAnnotationElementAndValue (Results 1 – 2 of 2) sorted by relevance
130 return getAnnotationElementAndValue(annotationMirror, elementName).getValue(); in getAnnotationValue()140 public static Map.Entry<ExecutableElement, AnnotationValue> getAnnotationElementAndValue( in getAnnotationElementAndValue() method in AnnotationMirrors
235 AnnotationMirrors.getAnnotationElementAndValue(annotationOn(TestClassBlah.class), "value"); in testGetValueEntry()