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
2016-12-04
guard against possible npe
Dave Brosius
2015-12-18
fix issue #932: `@Delegate` would not generate varargs on javac
Roel Spilker
2014-05-21
added a test and handler for correctly handling confkey: lombok.delegate.flag...
Reinier Zwitserloot
2014-05-21
Added 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-20
Issue 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-15
added package-infos to lots of packages, updated the javadoc in these, and ma...
Reinier Zwitserloot
2013-12-11
Added complete support for delombok's 'pretty' format options; covering all o...
Reinier Zwitserloot
2013-12-11
Added format preferences: Suppress @SuppressWarnings, suppress needless appli...
Reinier Zwitserloot
2013-12-03
Fix for Issue #591: v1.12.2 doesn't well with netbeans.
Roel Spilker
2013-08-06
added Flags.PARAMETER to all the parameters we generate in javac.
Reinier Zwitserloot
2013-07-26
experiment: Can we wrap TreeMaker and remove a heck of a lot of opportunity t...
Reinier Zwitserloot
2012-08-10
Added 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-03
Philipp Eichhorn's patch to use marker annotations instead of boolean-returni...
Reinier Zwitserloot
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