aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/javac/handlers/HandleDelegate.java
AgeCommit message (Expand)Author
2016-12-04guard against possible npeDave Brosius
2015-12-18fix issue #932: `@Delegate` would not generate varargs on javacRoel Spilker
2014-05-21added a test and handler for correctly handling confkey: lombok.delegate.flag...Reinier Zwitserloot
2014-05-21Added an error if @Delegate is used recursively.Reinier Zwitserloot
2014-05-20@Delegate has moved to lombok.experimental.Reinier Zwitserloot
2014-03-04[configuration] Merge branch 'master' as we work on configuration.Reinier Zwitserloot
2014-02-20Issue 641: @Delegate is incorrectly allowed on static members in javac. Also ...Roel Spilker
2014-01-18[configuration] Moved ALL ConfigurationKey constants into 'ConfigurationKeys'...Reinier Zwitserloot
2014-01-18[configuration] implementation of flagUsage for all handlers.Reinier Zwitserloot
2014-01-15added package-infos to lots of packages, updated the javadoc in these, and ma...Reinier Zwitserloot
2013-12-11Added complete support for delombok's 'pretty' format options; covering all o...Reinier Zwitserloot
2013-12-11Added format preferences: Suppress @SuppressWarnings, suppress needless appli...Reinier Zwitserloot
2013-12-03Fix for Issue #591: v1.12.2 doesn't well with netbeans.Roel Spilker
2013-08-06added Flags.PARAMETER to all the parameters we generate in javac.Reinier Zwitserloot
2013-07-26experiment: Can we wrap TreeMaker and remove a heck of a lot of opportunity t...Reinier Zwitserloot
2012-08-10Added an optimization to javac: Don't force new resolution rounds if none of ...Reinier Zwitserloot
2012-08-10* Added priorities to handlers, along with implementation of the priority sys...Reinier Zwitserloot
2012-04-03Philipp Eichhorn's patch to use marker annotations instead of boolean-returni...Reinier Zwitserloot
2012-03-05Issue 348: @Delegate should also generate @Deprecated when the interface meth...Roel Spilker
2012-02-27Consistent use of JavacResolution.typeToJCTree instead of TreeMaker.Types - f...Sander Koning
2012-02-25Handle deprecated by ordinary usage.Taiki Sugawara
2012-02-22support delegate with deprecated comment.Taiki Sugawara
2012-02-14Bumped 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 methodspeichhorn
2012-01-09trivial refactorReinier Zwitserloot
2011-11-07Changed copyright noticesRoel Spilker
2011-10-24pretty big refactor; introduced a new source package which should be (and is)...Reinier Zwitserloot
2011-07-30fixed Issue 243:peichhorn
2011-06-20Javac/EclipseAnnotationHandler are now abstract classes instead of interfaces...Reinier Zwitserloot
2011-05-30tracking if an annotation has been handled or not is now no longer doneReinier Zwitserloot
2011-05-30HandleDelegate did not remove the annotation @Delegate from javac's AST, so H...peichhorn
2011-05-13Updated copyright on javac HandleDelegateReinier Zwitserloot
2011-05-13@Delegate in javac on the new types/excludes model without autoexclusion now ...Reinier Zwitserloot
2010-12-24Added detection of type var naming conflicts to eclipse's @Delegate support.Reinier Zwitserloot
2010-11-29The somewhat rare conflict in typevar names problem has now been solved in ja...Reinier Zwitserloot
2010-11-28bugfixes for typeToJCTree. HandleDelegate (javac) is working better.Reinier Zwitserloot
2010-11-25Documented @Delegate with javadoc.Reinier Zwitserloot
2010-11-25@Delegate, at least without value=, seems to work great in javac now!Reinier Zwitserloot