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
/
JavacHandlerUtil.java
Age
Commit message (
Expand
)
Author
2020-04-16
copy more Jackson annotation to the builder, also for @Singular methods
Jan Rieke
2020-02-15
[issue #2368] [withBy] support for javac
Reinier Zwitserloot
2020-02-06
[fixes #880] get rid of an unchecked cast warning for `@Getter(lazy=true)`
Reinier Zwitserloot
2020-01-31
[issue #2221] simplified configuration for `@Singular`-generated plural form ...
Reinier Zwitserloot
2020-01-28
[issue #2221] [issue #788] Lombok now adds nullity annotations.
Reinier Zwitserloot
2020-01-08
[fixes #788] lombok generated equals method plus a non-null-by-default annota...
Reinier Zwitserloot
2020-01-07
[fixes #2323] javadoc `@return` generation updated.
Reinier Zwitserloot
2020-01-07
[fixes #2327] mostly trivial: Added this. for field access and unified code g...
Reinier Zwitserloot
2020-01-06
[fixes #2268] make lombok generate qualified types in order to avoid name cla...
Reinier Zwitserloot
2019-08-27
[With] renaming lombok.experimental.Wither to lombok.experimental.With
Reinier Zwitserloot
2019-08-22
[checkerframework]
Reinier Zwitserloot
2019-07-16
Fixes #1197, add Objects.requireNonNull and Preconditions.checkkNotNull to su...
Roel Spilker
2019-07-16
[Fixes #2115] builder fields tracking a property that has a default set is no...
Reinier Zwitserloot
2019-05-22
Fixes for CustomLog, AUTHORS entry, extended changlog
Adam Juraszek
2019-05-07
[fixes #1981][fixes #1961] Hardcoded some knowledge about how to copy jackson...
Reinier Zwitserloot
2019-05-06
[fixes #2120] ecj was not generating explicit nullchecks for builder-setters.
Reinier Zwitserloot
2019-03-26
[i2078] Add possibility to generate assert on `@NonNull`
Roel Spilker
2019-03-25
[performance] fixing bug in earlier performance commit on optimizing lookups ...
Reinier Zwitserloot
2019-03-25
[performance] improve typeMatches lookup. Especially in light of the built-in...
Reinier Zwitserloot
2019-01-22
[fixes #2019] Lombok now properly deals with `@NonNull` specifically on the â...
Reinier Zwitserloot
2019-01-08
[#1033] steps on the way to issue 1033: You can add cleanup tasks which are d...
Reinier Zwitserloot
2018-11-01
[feature] FieldNameConstants now works like Builder: Make whatever bits it do...
Reinier Zwitserloot
2018-10-29
eliminate ‘you are using private API’ warnings by streamlining all reflec...
Reinier Zwitserloot
2018-09-18
Finishing work on making lombok do sensible things with TYPE_USE annotations ...
Reinier Zwitserloot
2018-09-11
Replaced the notion of ‘nullable’ and ‘nonnull’ get copied to ‘any ...
Reinier Zwitserloot
2018-09-11
code review and fixes for the ‘copyable annotations’ setting concept.
Reinier Zwitserloot
2018-09-11
Add configuration key, handle whereever NULLABLE is handled, support Eclipse.
Werner Dietl
2018-09-04
[issue #1851] Lombok needs to generate type-use annotations when copying over...
Reinier Zwitserloot
2018-07-11
Fix NetBeans 8.x compile-on-save issue.
Philippe Charles
2018-06-04
Do not generate a private no-args constructor if:
Roel Spilker
2018-05-15
[new-style include/exclude] added new-style include/exclude support to Equals...
Reinier Zwitserloot
2018-05-14
[annotation based ToString] hey.. we have annotation based ToString now, wher...
Reinier Zwitserloot
2018-04-23
[bugfix] onMethod_ in javac was broken; javac would throw an IllegalArgumentE...
Reinier Zwitserloot
2018-04-17
[Fixes #1656] Lombok would silently do the wrong thing when using references ...
Reinier Zwitserloot
2018-04-10
Merge pull request #886 from balta3/annotationarrays
Reinier Zwitserloot
2018-03-27
[trivial] some memoryload improvements by not making a new instance but using...
Reinier Zwitserloot
2018-02-07
[trivial] copyright header year bump to 2018
Reinier Zwitserloot
2018-02-07
As we’re preparing to release v2, we want to delete the experimental editio...
Reinier Zwitserloot
2017-12-12
handle @Builder.Default on generic fields. Fixes #1527
Roel Spilker
2017-09-18
Rename class in test file
Roel Spilker
2017-09-18
Merge branch 'master' of https://github.com/kchirls/lombok into kchirls-master
Roel Spilker
2017-03-23
Fixed issue #1342: builder now marks generated stuff as deprecated if appropr...
Reinier Zwitserloot
2017-03-15
Merge remote-tracking branch 'rzwitserloot/master'
Kevin Chirls
2017-03-07
[wip] reworking how builder works with initialized fields.
Reinier Zwitserloot
2017-03-07
Fixed issue #778: problems with onX if the annotation to be added has named a...
Reinier Zwitserloot
2017-02-16
Fixing issue #1298: `@Builder` with recursive generics didn’t work in javac...
Reinier Zwitserloot
2017-02-16
bugfix for JDK9: The enterMethod was erroneously hooked up to the remove meth...
Reinier Zwitserloot
2017-02-14
[jdk9] Fix members_field error
Roel Spilker
2017-02-09
[i1014] Only add lombok.Generated if it is explicitly turned on
Roel Spilker
2017-01-31
Fix for issues #869 and #1018
Kevin Chirls
[next]