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