Age | Commit message (Expand) | Author |
2012-03-05 | Issue 348: @Delegate should also generate @Deprecated when the interface meth... | Roel Spilker |
2012-02-27 | Consistent use of JavacResolution.typeToJCTree instead of TreeMaker.Types - f... | Sander Koning |
2012-02-25 | Handle deprecated by ordinary usage. | Taiki Sugawara |
2012-02-22 | support delegate with deprecated comment. | Taiki Sugawara |
2012-02-14 | Bumped copyright years on recently (in 2012) changed sources. | Reinier Zwitserloot |
2012-02-14 | 'val' now works for member types whose outers have generics. (issue #343) | Reinier Zwitserloot |
2012-01-19 | [Issue 275] Allow @Delegate on no-argument methods | peichhorn |
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 |