aboutsummaryrefslogtreecommitdiff
path: root/src/lombok/core
AgeCommit message (Expand)Author
2009-06-24Added proper support for changing the AST as its being visited, both removal ...Reinier Zwitserloot
2009-06-21Bug fix: using string literals in any lombok annotation value would blow up t...Reinier Zwitserloot
2009-06-21Due to a java bug, constants in enums don't work, so instead the default acce...Reinier Zwitserloot
2009-06-18Expanded the AST printers to support a target PrintStream, and expanded the @...Reinier Zwitserloot
2009-06-17Added the SetterHandler for javac. Also added a way to get the SymbolTable on...Reinier Zwitserloot
2009-06-17Made the printing of Statements for @PrintAST slightly more useful (if a lot ...Reinier Zwitserloot
2009-06-17A useful annotation that prints the AST of any annotated element via the XAST...Reinier Zwitserloot
2009-06-17Removed a debug print.Reinier Zwitserloot
2009-06-17NullPointerExceptions were showing up in Eclipse, when a 2+ dimensional array...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
2009-06-15Just in case people run lombok.jar as a java app (e.g. by double-clicking it)...Reinier Zwitserloot
2009-06-15Moved version.txt to lombok.core.Version.java.Reinier Zwitserloot
2009-06-15Renamed lombok.transformations lombok.core as the purpose of this package is ...Reinier Zwitserloot