Searched refs:getAnnotationElementAndValue (Results 1 – 5 of 5) sorted by relevance
19 import static com.google.auto.common.AnnotationMirrors.getAnnotationElementAndValue;74 getAnnotationElementAndValue(moduleAnnotation.annotation(), "subcomponents").getKey(); in forModule()
114 return getAnnotationElementAndValue(annotationMirror, elementName).getValue(); in getAnnotationValue()124 public static Map.Entry<ExecutableElement, AnnotationValue> getAnnotationElementAndValue( in getAnnotationElementAndValue() method in AnnotationMirrors
19 import static com.google.auto.common.AnnotationMirrors.getAnnotationElementAndValue;141 AnnotationValue parentValue = getAnnotationElementAndValue(mirror, "parent").getValue(); in getUncached()
19 import static com.google.auto.common.AnnotationMirrors.getAnnotationElementAndValue;206 AnnotationValue value = getAnnotationElementAndValue(mirror, annotationMember).getValue(); in defineComponentClass()
189 AnnotationMirrors.getAnnotationElementAndValue( in testGetValueEntry()