aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/Builder.java
AgeCommit message (Expand)Author
2022-08-25Fix typosMichael Ernst
2020-07-24[trivial] update javadoc on Builder.javainherithandle
2019-12-11[builder] setterPrefix option code review, formatting cleanup, and docsReinier Zwitserloot
2019-09-11Explicitly recommend against prefixesCaleb Brinkman
2019-07-10Add setterPrefix to Builder annotationCaleb Brinkman
2019-07-09[builder] added a feature: you can now configure builder class name via the c...Reinier Zwitserloot
2019-05-01[fixes #2083] adds feature ‘access level’ to `@Builder`Reinier Zwitserloot
2019-03-26[#2046] Extend suppress builder feature to `@SuperBuilder`Reinier Zwitserloot
2019-02-02fix doc for Builderinabajunmr
2018-11-05[fixes #1912] clarifying builder’s behaviour about generating constructors ...Reinier Zwitserloot
2018-04-04introduction of `@SuperBuilder` and a testcase.Reinier Zwitserloot
2018-03-28Merge branch 'master' of https://github.com/janrieke/lombok into janrieke-masterReinier Zwitserloot
2017-08-08Fix @Builder complete doc link.Jakob van Kruijssen
2017-06-13Javadoc now builds without warnings. All links to external javadoc replaced w...Reinier Zwitserloot
2017-06-13All references in javadoc to projectlombok.org URLs now use the canonical URL.Reinier Zwitserloot
2017-03-20Fixing issue #1201: Builder now supports defaults!Reinier Zwitserloot
2017-03-13activate extendable builders explicitly (ensure backwards compatibility)Jan Rieke
2017-03-07[wip] reworking how builder works with initialized fields.Reinier Zwitserloot
2017-02-15builder-based constructors for type @Builders [Eclipse]Jan Rieke
2015-12-18fix #986: add @Target and @Retention to @Builder.ObtainViaRoel Spilker
2015-11-16Merge branch 'pr-builder-on-instance-methods' of https://github.com/enriqueda...Reinier Zwitserloot
2015-07-27[trivial] some updates to the javadoc of @Builder.Reinier Zwitserloot
2015-07-16TypeLibrary now compatible with inner types.Reinier Zwitserloot
2015-05-02Change http://projectlombok.org to https://projectlombok.orgRoel Spilker
2015-03-31Allow @Builder on instance methodsEnrique da Costa Cambio
2014-12-08moved builder to core package (deprecated old one, created new one, added ali...Reinier Zwitserloot