index
:
github/lombok.git
feat/memoize
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lombok
/
core
/
AnnotationValues.java
Age
Commit message (
Expand
)
Author
2009-11-25
Refactored the source folders.
Reinier Zwitserloot
2009-10-18
Configured warnings and solved some.
unknown
2009-10-16
Fixes issue #56 - annotations with shorthand parameters on methods in method-...
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
Fixed a problem in AnnotationValues where 'isExplicit' always returned true.
Reinier Zwitserloot
2009-09-03
Added support for checking if an annotation parameter is explicitly mentioned...
Reinier Zwitserloot
2009-07-26
Fixed bugs with annotation handling: An array initializer with more than 1 en...
Reinier Zwitserloot
2009-07-18
Fixed javadoc
Roel Spilker
2009-07-06
Fixed javadoc problems, and added a javadoc target to the build script.
Reinier Zwitserloot
2009-07-06
Last massive documentation dump. All basic javadoc is now done, though especi...
Reinier Zwitserloot
2009-06-28
Preparating 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-27
Added a caching mechanism to AnnotationValues, for instantiating the annotation.
Reinier Zwitserloot
2009-06-21
Bug fix: using string literals in any lombok annotation value would blow up t...
Reinier Zwitserloot
2009-06-17
Removed a debug print.
Reinier Zwitserloot
2009-06-17
Massive refactors. This list isn't complete, but should give you an idea:
Reinier Zwitserloot