aboutsummaryrefslogtreecommitdiff
path: root/src/lombok/eclipse/EclipseAnnotationHandler.java
blob: e760917b4997d9c4da22dd641ae8cf1ded405ce1 (plain)
1
2
3
4
5
package lombok.eclipse;

public interface EclipseAnnotationHandler<T extends java.lang.annotation.Annotation> {
	void handle(T annotation, org.eclipse.jdt.internal.compiler.ast.Annotation ast, EclipseAST.Node node);
}