aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/javac/handlers/singulars
AgeCommit message (Expand)Author
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-22[jdk9] Workaround for a weird casting issue that shows up for singularizer su...Roel Spilker
2017-03-14singularizer's build code for any variable name (not only "this")Jan Rieke
2017-01-19refactor of how creating void types works, also cleaned up some syntax.Reinier Zwitserloot
2015-11-17[issue #937] Refactored the support for guava’s ImmutableTable.Reinier Zwitserloot
2015-11-17Merge 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-16Generate JCParens nodes in the appropriate places (the pretty printer picked ...Reinier Zwitserloot
2015-10-08Fixed typo, moved importsspc
2015-10-04Added support for builder singular for Guavas ImmutableTablespc
2015-02-08marking 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-26optimized the creation for singular lists/collections.Reinier Zwitserloot
2015-01-26documentation 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-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-16added j.u.List support for eclipse for @Singular @Builder.Reinier Zwitserloot
2015-01-12added singleton builder support for javac: guava maps.Reinier Zwitserloot
2015-01-12added singleton builder support for javac: guava lists and sets.Reinier Zwitserloot
2015-01-12added singleton builder support for javac: java.util listsReinier Zwitserloot
2015-01-11Set @Singularize code for javac improved, Map @Singularize added.Reinier Zwitserloot
2015-01-05[javac] smeared the code for java.util set singularizer out across the approp...Reinier Zwitserloot
2015-01-05@Singleton for j.u.Sets works in javac.Reinier Zwitserloot