Searched refs:getAnnotationClassValue (Results 1 – 8 of 8) sorted by relevance
93 Processors.getAnnotationClassValue(elements, annotationMirror, "defineComponentScope"); in getAliases()94 TypeElement alias = Processors.getAnnotationClassValue(elements, annotationMirror, "alias"); in getAliases()
55 Processors.getAnnotationClassValue(getElementUtils(), annotationMirror, "value"); in processEach()
56 Processors.getAnnotationClassValue( in processEach()
97 Processors.getAnnotationClassValue(elements, annotationMirror, "value"); in getAnnotationList()
75 Processors.getAnnotationClassValue( in getBaseElement()
241 Processors.getAnnotationClassValue( in of()
376 Processors.getAnnotationClassValue( in getOriginatingTopLevelType()
144 public static TypeElement getAnnotationClassValue( in getAnnotationClassValue() method in Processors