aboutsummaryrefslogtreecommitdiff
path: root/src/lombok/javac/HandlerLibrary.java
AgeCommit message (Expand)Author
2009-06-25Heh, on errors you'd never actually see any message, just the exception type....Reinier Zwitserloot
2009-06-24Work on HandleData, as well as generalizing features in the the PKG class and...Reinier Zwitserloot
2009-06-19Added initial support for the @Data annotation. Currently produces getters an...Reinier Zwitserloot
2009-06-17AnnotationHandlers can now return a boolean to set if they actually handled t...Reinier Zwitserloot
2009-06-17Error reporting now works 99% properly - the right position is being marked o...Reinier Zwitserloot
2009-06-17Warnings and errors on specific positions works, sort of. Still missing somet...Reinier Zwitserloot
2009-06-17Added reading in (via spi) JavacASTVisitors and calling them, as well as a me...Reinier Zwitserloot
2009-06-17Massive refactors. This list isn't complete, but should give you an idea:Reinier Zwitserloot
2009-06-16Implemented a lot of stuff for javac, but we ran into 2 major issues still to...Reinier Zwitserloot