Age | Commit message (Expand) | Author |
2018-07-29 | code impl of FieldNameConstants rewrite + test updates for it | Reinier Zwitserloot |
2018-07-25 | Added key ‘dangerousconfig.lombok.disable’. | Reinier Zwitserloot |
2018-06-13 | Merge branch 'janrieke-superBuilder' | Reinier Zwitserloot |
2018-06-04 | FieldNameConstants now defaults to having a prefix ‘FIELD_’, which can be... | Reinier Zwitserloot |
2018-06-04 | Fixex #1697: google’s FluentLogger (Flogger) now available as one of lombok... | Reinier Zwitserloot |
2018-06-01 | handle experimental flag usage | Jan Rieke |
2018-05-28 | Generate default no-args constructor | Roel Spilker |
2018-04-05 | [fieldNameConstants] code review, docs, tests, fixup. | Reinier Zwitserloot |
2018-03-27 | fix javadoc warnings | Roel Spilker |
2017-12-04 | for lombok v2, make generation of ConstructorProperties an optional extra, in... | Reinier Zwitserloot |
2017-11-29 | javax.annotation.Generated will no longer be applied by default (Oracle broke... | Reinier Zwitserloot |
2017-06-13 | Javadoc now builds without warnings. All links to external javadoc replaced w... | Reinier Zwitserloot |
2017-05-29 | Updated just about all of the pages to the template-based redesign. | Reinier Zwitserloot |
2017-02-09 | [i1014] Only add lombok.Generated if it is explicitly turned on | Roel Spilker |
2017-01-06 | add `@lombok.Generated` to generated classes, methods and fields | Roel Spilker |
2016-10-24 | added supporting of @var variables. The @var annotation has the same function... | Bulgakov Alexander |
2016-05-06 | Added support for JBoss Logging v3.3.0-Final via @JBossLog [Issue #1103] | Thomas Darimont |
2015-11-23 | [Fixes #965] Adds a config key to automatically determine the behaviour of eq... | Reinier Zwitserloot |
2015-10-06 | New feature: FieldDefaults can now be configured to apply to _every_ file, re... | Reinier Zwitserloot |
2015-08-13 | Added new feature: @Helper including both annotations and tests. | Reinier Zwitserloot |
2015-08-13 | [trivial] [refactor] resorted order of configuration key constants to be alph... | Reinier Zwitserloot |
2015-08-13 | fixing typo in constant name of utility class config flag. | Reinier Zwitserloot |
2015-02-02 | Merge branch 'master' of https://github.com/luanpotter/lombok into utility-class | Reinier Zwitserloot |
2015-02-02 | [i702] findbugs suppress warnings now available via config key. | Reinier Zwitserloot |
2015-01-30 | * Added config key ‘lombok.addGeneratedAnnotation’. | Reinier Zwitserloot |
2015-01-26 | documentation for @Singular. | Reinier Zwitserloot |
2015-01-20 | added the lombok.singular.auto config option. | Reinier Zwitserloot |
2015-01-20 | added the ‘always use guava’ lombok.config option for @Singular @Builder. | Reinier Zwitserloot |
2014-12-08 | Added @UtilityClass annotation and javac handler | Luan Nico |
2014-06-01 | fixed up ‘consequent boolean’ proposal with a different key name and docu... | Reinier Zwitserloot |
2014-05-31 | Create GETTER_CONSEQUENT_BOOLEAN. | Maaartin Grajcar |
2014-05-27 | Changed the lombok.nonNull.exceptionType configkey to be an enum, partly to e... | Reinier Zwitserloot |
2014-05-23 | Added confkey to make @NonNull generate a different exception because of the ... | Reinier Zwitserloot |
2014-05-22 | added conf keys (and implementation to make them work) for lombok.getter.lazy... | Reinier Zwitserloot |
2014-03-26 | [i659] suppression of @ConstructorProperties should use config instead. Also ... | Roel Spilker |
2014-03-05 | [configuration] All current kets are now camelCase and stop-bubbling is renam... | Roel Spilker |
2014-02-06 | [configuration] Added the configuration keys lombok.ToString.doNotUseGetters ... | Roel Spilker |
2014-01-23 | [configuration] Small improvements to the command line app | Roel Spilker |
2014-01-20 | [configuration] Improved descriptions of configuration keys | Roel Spilker |
2014-01-20 | [configuration] Added all the @Accessors stuff as a configuration key. | Reinier Zwitserloot |
2014-01-20 | [configuration] ConfigurationKey now has a description | Roel Spilker |
2014-01-19 | [configuration] added a service-loader based way to load ConfigurationKeys, s... | Reinier Zwitserloot |
2014-01-19 | [trivial] added test for logger config keys. | Reinier Zwitserloot |
2014-01-19 | [configuration] Make sure the ConfigurationKeys class is initialized | Roel Spilker |
2014-01-18 | [configuration] Moved ALL ConfigurationKey constants into 'ConfigurationKeys'... | Reinier Zwitserloot |
2014-01-18 | Moved NonNull's FLAG_USAGE ConfigurationKey definition to ConfigurationKeys t... | Reinier Zwitserloot |
2014-01-18 | [configuration] implementations for log's log.any.fieldIsStatic config. | Reinier Zwitserloot |
2014-01-18 | [configuration] initial batch of configuration keys, primarily for flag usages. | Reinier Zwitserloot |