aboutsummaryrefslogtreecommitdiff
path: root/src/lombok/eclipse/EclipseAnnotationHandler.java
AgeCommit message (Collapse)Author
2009-06-15Propagated the fact that you get the Node object belonging to the ↵Reinier Zwitserloot
annotation, and not the field/type/local/method it goes with, all the way, so that you can easily generate a warning on an annotation in a handler.
2009-06-12Now everything works; handlers are called via SPI, and annotations are being ↵Reinier Zwitserloot
parsed. w00t!