aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/eclipse/handlers/singulars/EclipseJavaUtilMapSingularizer.java
AgeCommit message (Expand)Author
2022-03-14[fixes #3133] Additional bits setting when creating type annotationsJohnPaulTaylorII
2022-01-09[fixes #3081] make CheckerFramework's This a type annotationJan Rieke
2021-10-18[#2693] Review and updates for javabeans-style capitalization lombok.configReinier Zwitserloot
2021-03-16[build] sped up the build considerable.Reinier Zwitserloot
2021-03-13[superbuilder] toBuilder + singular + javac6 was brokenReinier Zwitserloot
2020-04-16copy more Jackson annotation to the builder, also for @Singular methodsJan Rieke
2020-01-31[issue #788] Add more nullity annotations where relevantReinier 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 docsReinier Zwitserloot
2019-10-28Fix eclipse map singularizationCaleb Brinkman
2019-08-22[checkerframework]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-28Replace sized array in toArray with 0Robert Wertman
2018-10-15Fix up positions of generated nodes for eclipse `@Builder`.Reinier Zwitserloot
2018-09-18Finishing 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-11ecj: setter methods now return self()Jan Rieke
2018-03-28Merge branch 'master' of https://github.com/janrieke/lombok into janrieke-masterReinier Zwitserloot
2017-03-23Fixed issue #1342: builder now marks generated stuff as deprecated if appropr...Reinier Zwitserloot
2017-03-14singularizer's build code for any variable name (not only "this")Jan Rieke
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 ecjReinier Zwitserloot
2015-02-08marking generated fields in builders as generated. This seems superfluous as ...Reinier Zwitserloot
2015-01-20added the ‘always use guava’ lombok.config option for @Singular @Builder.Reinier Zwitserloot
2015-01-20trying to manually add (parts of) the infrastructure for @Singular @Builder s...Reinier Zwitserloot
2015-01-19builder @Singleton now works fully in eclipse as well! feature done!Reinier Zwitserloot
2015-01-15ecj @Builder @Singular support for j.u. sets and maps.Reinier Zwitserloot