public class AnnotationProcessingUtils extends Object
public static Map.Entry<? extends ExecutableElement,? extends AnnotationValue> getAnnotationElement(AnnotationMirror annotation, String member)
public static Map.Entry<? extends ExecutableElement,? extends AnnotationValue> getAnnotationElement(ProcessingEnvironment processEnv, AnnotationMirror annotation, String member)
public static AnnotationValue getAnnotationElementValue(AnnotationMirror annotation, String member)
public static AnnotationValue getAnnotationElementValue(ProcessingEnvironment processEnv, AnnotationMirror annotation, String member)
public static AnnotationMirror findAnnotationMirror(Element element, TypeElement annotationTypeElement)
public static AnnotationMirror findAnnotationMirror(Element element, Class<? extends Annotation> annotation)
public static AnnotationMirror findAnnotationMirror(Element element, String qualifiedAnnotationName)
public static AnnotationMirror findAnnotationMirror(ProcessingEnvironment processEnv, Element element, TypeElement annotationTypeElement)
public static AnnotationMirror findAnnotationMirror(ProcessingEnvironment processEnv, Element element, Class<? extends Annotation> annotation)
public static AnnotationMirror findAnnotationMirror(ProcessingEnvironment processEnv, Element element, String qualifiedAnnotationName)
Copyright © 2020 Blazebit. All rights reserved.