aboutsummaryrefslogtreecommitdiff
path: root/src/lombok/javac/JavacAnnotationHandler.java
AgeCommit message (Expand)Author
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-06Last massive documentation dump. All basic javadoc is now done, though especi...Reinier Zwitserloot
2009-07-05More documentation.Reinier Zwitserloot
2009-06-17AnnotationHandlers can now return a boolean to set if they actually handled t...Reinier Zwitserloot
2009-06-17Just renamed some parameters to more sensical names.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