aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/eclipse/handlers/EclipseSingularsRecipes.java
AgeCommit message (Expand)Author
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-28[singular][issue #2221] the plural builder method now nullchecks its argument...Reinier Zwitserloot
2020-01-07[fixes #2327] mostly trivial: Added this. for field access and unified code g...Reinier Zwitserloot
2019-12-11[builder] setterPrefix option code review, formatting cleanup, and docsReinier Zwitserloot
2019-12-11Merge branch 'feature/builder-setter-prefixes' of git://github.com/floralviki...Reinier Zwitserloot
2019-09-12Refactored how the type resolver deals with aliases; fixes star import issues.Reinier Zwitserloot
2019-09-12Fix class names in after-ecjCaleb 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-06-13[SuperBuilder] code review, style update, making it JDK1.6 compatible, docume...Reinier Zwitserloot
2018-05-30fixed compiler errors in antJan Rieke
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-01-21[@Singular @Builder] Our recipe for guava builders did not work in javac 1.7 ...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