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
/
HandleWither.java
Age
Commit message (
Expand
)
Author
2017-03-07
Fixed issue #778: problems with onX if the annotation to be added has named a...
Reinier Zwitserloot
2017-01-19
added type mirror fixing for `@XConstructor` and `@Wither`.
Reinier Zwitserloot
2015-11-23
[Fixes #945] wither methods for abstract classes now slightly less useless.
Reinier Zwitserloot
2015-02-02
[trivial] Wither would produce the wrong error message for bad use of onMetho...
Reinier Zwitserloot
2014-05-23
Added confkey to make @NonNull generate a different exception because of the ...
Reinier Zwitserloot
2014-03-04
[configuration] Merge branch 'master' as we work on configuration.
Reinier Zwitserloot
2014-01-20
[configuration] Added all the @Accessors stuff as a configuration key.
Reinier Zwitserloot
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-19
Added flag PARAMETER to the generated parameters.
Roel Spilker
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-09-25
Pre-emptive fix for the anticipated removal of ListBuffer.lb() in javac8
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
2013-07-22
Merge branch 'master' into jdk8. Also added some major fixes whilst merging.
Reinier Zwitserloot
2013-07-08
Fixed value's snippet integration (it hadn't been updated yet now that Value ...
Reinier Zwitserloot
2013-03-22
Refactored out references to TypeTags.
Robbert Jan Grootjans
2013-02-11
BIG commit:
Reinier Zwitserloot
2012-11-12
[refactor] Cleaned up static imports (always use *), and refactored out getCt...
Reinier Zwitserloot
2012-08-06
Added @Value and @FieldDefaults implementations for javac and ecj, the annota...
Reinier Zwitserloot
2012-07-12
Wither support + tests (javac only; ecj tests are currently set to ignore).
Reinier Zwitserloot