aboutsummaryrefslogtreecommitdiff
path: root/src/lombok/javac/JavacASTVisitor.java
AgeCommit message (Expand)Author
2009-07-11Made 'printContent=true' work for types as well as method bodies/initializers.Reinier Zwitserloot
2009-07-06Fixed javadoc problems, and added a javadoc target to the build script.Reinier Zwitserloot
2009-07-06Last massive documentation dump. All basic javadoc is now done, though especi...Reinier Zwitserloot
2009-06-27[IMPROVEMENT]Reinier Zwitserloot
2009-06-24Added printing for a constructor if it is the default (generated) constructor...Reinier Zwitserloot
2009-06-18Expanded the AST printers to support a target PrintStream, and expanded the @...Reinier Zwitserloot
2009-06-17Made the printing of Statements for @PrintAST slightly more useful (if a lot ...Reinier Zwitserloot
2009-06-17A bugfix to the visitMethodArgument method, and printing improved by printing...Reinier Zwitserloot
2009-06-17Massive refactors. This list isn't complete, but should give you an idea:Reinier Zwitserloot