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
/
core
/
lombok
/
javac
/
handlers
/
HandleDelegate.java
Age
Commit message (
Expand
)
Author
2012-01-09
trivial refactor
Reinier Zwitserloot
2011-11-07
Changed copyright notices
Roel Spilker
2011-10-24
pretty big refactor; introduced a new source package which should be (and is)...
Reinier Zwitserloot
2011-07-30
fixed Issue 243:
peichhorn
2011-06-20
Javac/EclipseAnnotationHandler are now abstract classes instead of interfaces...
Reinier Zwitserloot
2011-05-30
tracking if an annotation has been handled or not is now no longer done
Reinier Zwitserloot
2011-05-30
HandleDelegate did not remove the annotation @Delegate from javac's AST, so H...
peichhorn
2011-05-13
Updated copyright on javac HandleDelegate
Reinier Zwitserloot
2011-05-13
@Delegate in javac on the new types/excludes model without autoexclusion now ...
Reinier Zwitserloot
2010-12-24
Added detection of type var naming conflicts to eclipse's @Delegate support.
Reinier Zwitserloot
2010-11-29
The somewhat rare conflict in typevar names problem has now been solved in ja...
Reinier Zwitserloot
2010-11-28
bugfixes for typeToJCTree. HandleDelegate (javac) is working better.
Reinier Zwitserloot
2010-11-25
Documented @Delegate with javadoc.
Reinier Zwitserloot
2010-11-25
@Delegate, at least without value=, seems to work great in javac now!
Reinier Zwitserloot