aboutsummaryrefslogtreecommitdiff
path: root/src/lombok/javac/Javac.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-09-03bugfix in the javac implementation of AnnotationValues.Reinier Zwitserloot
2009-09-03Fixed a problem in AnnotationValues where 'isExplicit' always returned true.Reinier Zwitserloot
2009-08-01There was a bug in the annotation builder for javac, which would trigger exce...Reinier Zwitserloot
2009-07-27on javac: Warnings associated with specific values in annotation parameters n...Reinier Zwitserloot
2009-07-05More documentation.Reinier Zwitserloot
2009-06-27[BUGFIX] For some reason, JCLiteral objects contain '1' or '0' (integers) for...Reinier Zwitserloot
2009-06-19Added initial support for the @Data annotation. Currently produces getters an...Reinier Zwitserloot