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
/
eclipse
/
handlers
/
singulars
Age
Commit message (
Expand
)
Author
2022-03-14
[fixes #3133] Additional bits setting when creating type annotations
JohnPaulTaylorII
2022-01-09
[fixes #3081] make CheckerFramework's This a type annotation
Jan Rieke
2021-12-30
[fixes #3070] fix guava type name for SuperBuilder's toBuilder
Jan Rieke
2021-10-18
[#2693] Review and updates for javabeans-style capitalization lombok.config
Reinier Zwitserloot
2021-03-16
[build] sped up the build considerable.
Reinier Zwitserloot
2021-03-13
[superbuilder] toBuilder + singular + javac6 was broken
Reinier Zwitserloot
2020-04-16
copy more Jackson annotation to the builder, also for @Singular methods
Jan Rieke
2020-01-31
[issue #788] Add more nullity annotations where relevant
Reinier Zwitserloot
2020-01-28
[issue #2221] [issue #788] Lombok now adds nullity annotations.
Reinier Zwitserloot
2020-01-28
[singular][issue #2221] the plural builder method now nullchecks its argument...
Reinier Zwitserloot
2019-12-11
[builder] setterPrefix option code review, formatting cleanup, and docs
Reinier Zwitserloot
2019-10-28
Fix eclipse map singularization
Caleb Brinkman
2019-10-28
Fix more singulars and tests
Caleb Brinkman
2019-09-12
Fix class names in after-ecj
Caleb Brinkman
2019-08-22
[checkerframework]
Reinier Zwitserloot
2019-07-15
[fixes #2169] Eclipse 2019-06 + JDK12 + `@Singular` caused a cavalcade of err...
Reinier Zwitserloot
2019-05-01
[fixes #2104] superbuilder + non-list-singulars wouldn’t work due to hardco...
Reinier Zwitserloot
2019-05-01
[fixes #2083] adds feature ‘access level’ to `@Builder`
Reinier Zwitserloot
2019-01-28
Replace sized array in toArray with 0
Robert Wertman
2018-10-15
Fix up positions of generated nodes for eclipse `@Builder`.
Reinier Zwitserloot
2018-09-18
Finishing work on making lombok do sensible things with TYPE_USE annotations ...
Reinier Zwitserloot
2018-06-13
[SuperBuilder] code review, style update, making it JDK1.6 compatible, docume...
Reinier Zwitserloot
2018-05-11
ecj: setter methods now return self()
Jan Rieke
2018-03-28
Merge branch 'master' of https://github.com/janrieke/lombok into janrieke-master
Reinier Zwitserloot
2017-03-23
Fixed issue #1342: builder now marks generated stuff as deprecated if appropr...
Reinier Zwitserloot
2017-03-14
singularizer's build code for any variable name (not only "this")
Jan Rieke
2015-11-17
[issue #937] Refactored the support for guava’s ImmutableTable.
Reinier Zwitserloot
2015-11-17
Merge branch 'master' of https://github.com/spacanowski/lombok into spacanows...
Reinier Zwitserloot
2015-11-16
[builder] Added clearX() functionality for `@Singular` annotations for javac....
Reinier Zwitserloot
2015-11-16
[builder] Added clearX() functionality for `@Singular` annotations for ecj
Reinier Zwitserloot
2015-10-08
Fixed typo, moved imports
spc
2015-10-04
Added support for builder singular for Guavas ImmutableTable
spc
2015-02-08
marking generated fields in builders as generated. This seems superfluous as ...
Reinier Zwitserloot
2015-01-30
* the j.u.List recipe is now used to singularize java.lang.Iterables.
Reinier Zwitserloot
2015-01-26
optimized the creation for singular lists/collections.
Reinier Zwitserloot
2015-01-26
documentation for @Singular.
Reinier Zwitserloot
2015-01-21
[@Singular @Builder] Our recipe for guava builders did not work in javac 1.7 ...
Reinier Zwitserloot
2015-01-20
added the ‘always use guava’ lombok.config option for @Singular @Builder.
Reinier Zwitserloot
2015-01-20
trying to manually add (parts of) the infrastructure for @Singular @Builder s...
Reinier Zwitserloot
2015-01-19
builder @Singleton now works fully in eclipse as well! feature done!
Reinier Zwitserloot
2015-01-16
added j.u.List support for eclipse for @Singular @Builder.
Reinier Zwitserloot
2015-01-15
ecj @Builder @Singular support for j.u. sets and maps.
Reinier Zwitserloot