Age | Commit message (Expand) | Author |
---|---|---|
2009-10-16 | Switched all use of <code></code> in javadoc to {@code}. | Reinier Zwitserloot |
2009-10-16 | Fixed issue #24 by refactoring the AST.Node class - taken it out, and in the ... | Reinier Zwitserloot |
2009-09-03 | bugfix in the javac implementation of AnnotationValues. | Reinier Zwitserloot |
2009-09-03 | Fixed a problem in AnnotationValues where 'isExplicit' always returned true. | Reinier Zwitserloot |
2009-08-01 | There was a bug in the annotation builder for javac, which would trigger exce... | Reinier Zwitserloot |
2009-07-27 | on javac: Warnings associated with specific values in annotation parameters n... | Reinier Zwitserloot |
2009-07-05 | More documentation. | Reinier Zwitserloot |
2009-06-27 | [BUGFIX] For some reason, JCLiteral objects contain '1' or '0' (integers) for... | Reinier Zwitserloot |
2009-06-19 | Added initial support for the @Data annotation. Currently produces getters an... | Reinier Zwitserloot |