index
:
github/lombok.git
feat/memoize
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
lombok
/
eclipse
/
handlers
/
EclipseSingularsRecipes.java
Age
Commit 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 docs
Reinier Zwitserloot
2019-12-11
Merge branch 'feature/builder-setter-prefixes' of git://github.com/floralviki...
Reinier Zwitserloot
2019-09-12
Refactored how the type resolver deals with aliases; fixes star import issues.
Reinier Zwitserloot
2019-09-12
Fix class names in after-ecj
Caleb 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-28
Replace sized array in toArray with 0
Robert Wertman
2018-06-13
[SuperBuilder] code review, style update, making it JDK1.6 compatible, docume...
Reinier Zwitserloot
2018-05-30
fixed compiler errors in ant
Jan Rieke
2018-05-11
ecj: setter methods now return self()
Jan Rieke
2018-03-28
Merge branch 'master' of https://github.com/janrieke/lombok into janrieke-master
Reinier Zwitserloot
2017-03-23
Fixed issue #1342: builder now marks generated stuff as deprecated if appropr...
Reinier Zwitserloot
2017-03-14
singularizer'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-20
added the ‘always use guava’ lombok.config option for @Singular @Builder.
Reinier Zwitserloot
2015-01-20
trying to manually add (parts of) the infrastructure for @Singular @Builder s...
Reinier Zwitserloot
2015-01-19
builder @Singleton now works fully in eclipse as well! feature done!
Reinier Zwitserloot
2015-01-15
ecj @Builder @Singular support for j.u. sets and maps.
Reinier Zwitserloot