D | UnsupportedAppUsageProcessor.java | 37 import javax.annotation.Nullable; 38 import javax.annotation.processing.SupportedAnnotationTypes; 39 import javax.annotation.processing.SupportedSourceVersion; 81 protected void process(TypeElement annotation, in process() argument 91 types, annotation, annotatedElement); in process() 93 String annotationIndex = getAnnotationIndex(signature, annotation, in process() 141 private String getAnnotationIndex(String signature, TypeElement annotation, Element element) { in getAnnotationIndex() argument 142 AnnotationMirror annotationMirror = getSupportedAnnotationMirror(annotation, element); in getAnnotationIndex() 163 private String getSourcePositionOverride(Element element, AnnotationMirror annotation) { in getSourcePositionOverride() argument 165 getAnnotationValue(element, annotation, OVERRIDE_SOURCE_POSITION_PROPERTY); in getSourcePositionOverride() [all …]
|