package lombok.javac; import java.lang.annotation.Annotation; import lombok.core.AnnotationValues; import com.sun.tools.javac.tree.JCTree.JCAnnotation; public interface JavacAnnotationHandler { void handle(AnnotationValues annotation, JCAnnotation ast, JavacAST.Node annotationNode); }