aboutsummaryrefslogtreecommitdiff
path: root/src/lombok/javac/handlers/HandleCleanup.java
AgeCommit message (Expand)Author
2009-11-25Refactored the source folders.Reinier Zwitserloot
2009-10-16Switched all use of <code></code> in javadoc to {@code}.Reinier Zwitserloot
2009-10-16Fixed issue #24 by refactoring the AST.Node class - taken it out, and in the ...Reinier Zwitserloot
2009-07-18Refactored the name of the cleanup method arg to 'value'.Reinier Zwitserloot
2009-07-06Last massive documentation dump. All basic javadoc is now done, though especi...Reinier Zwitserloot
2009-07-01Added ability to @Synchronized to explicitly name the lock object.Reinier Zwitserloot
2009-07-01Added a bonus feature to @Cleanup: Assigning a @Cleanup marked variable to an...Reinier Zwitserloot
2009-07-01Added HandleCleanup support for javac, and fixed a bug in AST.java which caus...Reinier Zwitserloot