aboutsummaryrefslogtreecommitdiff
path: root/src/lombok/core/AnnotationValues.java
AgeCommit message (Expand)Author
2009-11-25Refactored the source folders.Reinier Zwitserloot
2009-10-18Configured warnings and solved some.unknown
2009-10-16Fixes issue #56 - annotations with shorthand parameters on methods in method-...Reinier Zwitserloot
2009-10-16Fixed issue #24 by refactoring the AST.Node class - taken it out, and in the ...Reinier Zwitserloot
2009-09-03Fixed a problem in AnnotationValues where 'isExplicit' always returned true.Reinier Zwitserloot
2009-09-03Added support for checking if an annotation parameter is explicitly mentioned...Reinier Zwitserloot
2009-07-26Fixed bugs with annotation handling: An array initializer with more than 1 en...Reinier Zwitserloot
2009-07-18Fixed javadocRoel Spilker
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-28Preparating for java 1.5-ification. All stuff that isn't specific to javac sh...Reinier Zwitserloot
2009-06-27[TRIVIAL] Added a toString to AnnotationValue, used to debug something, but u...Reinier Zwitserloot
2009-06-27Added a caching mechanism to AnnotationValues, for instantiating the annotation.Reinier Zwitserloot
2009-06-21Bug fix: using string literals in any lombok annotation value would blow up t...Reinier Zwitserloot
2009-06-17Removed a debug print.Reinier Zwitserloot
2009-06-17Massive refactors. This list isn't complete, but should give you an idea:Reinier Zwitserloot