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
/
javac
/
handlers
/
HandleSuperBuilder.java
Age
Commit message (
Expand
)
Author
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-03-26
[#2046] Extend suppress builder feature to `@SuperBuilder`
Reinier Zwitserloot
2019-01-13
Replace JavacSingularizers with Guava version once and for all
Emil Lundberg
2018-10-30
[fixes #1907] This one is hard to describe; due to builder being a bit overze...
Reinier Zwitserloot
2018-09-24
SuperBuilder: allow customization of selected methods
Jan Rieke
2018-09-24
Merge remote-tracking branch 'upstream/master' into superToBuilder
Jan Rieke
2018-09-21
SuperBuilder toBuilder with generics (javac)
Jan Rieke
2018-09-18
Finishing work on making lombok do sensible things with TYPE_USE annotations ...
Reinier Zwitserloot
2018-09-16
SuperBuilder toBuilder: moved static helper method to builder impl
Jan Rieke
2018-09-16
SuperBuilder: removed unnecessary method params
Jan Rieke
2018-09-16
SuperBuilder toBuilder: generate static toBuilder helper method (javac)
Jan Rieke
2018-09-11
SuperBuilder: generate toBuilder method (ecj)
Jan Rieke
2018-09-11
SuperBuilder: generate fillValuesFrom method (ecj)
Jan Rieke
2018-09-11
SuperBuilder: generate fillValuesFrom method (javac)
Jan Rieke
2018-09-11
SuperBuilder: generate toBuilder method (javac)
Jan Rieke
2018-09-11
Replaced the notion of ‘nullable’ and ‘nonnull’ get copied to ‘any ...
Reinier Zwitserloot
2018-08-28
[fixes #1836] superbuilder didn’t play ball with field prefixes, at least i...
Reinier Zwitserloot
2018-08-27
SuperBuilder now with generics on self() method
Jan Rieke
2018-08-16
only assign value once so that final fields work (javac)
Jan Rieke
2018-08-16
do null checks after assignment so that default==null is covered
Jan Rieke
2018-08-16
@SuperBuilder adapts @Builder.Default behavior from @Builder as #1347 is
Jan Rieke
2018-06-13
Merge branch 'janrieke-superBuilder'
Reinier Zwitserloot
2018-06-13
[SuperBuilder] code review, style update, making it JDK1.6 compatible, docume...
Reinier Zwitserloot
2018-06-04
SuperBuilder support for abstract classes
Jan Rieke
2018-06-01
support @Builder.Default
Jan Rieke
2018-06-01
handle experimental flag usage
Jan Rieke
2018-05-31
javac: delete @SuperBuilder when processing it
Jan Rieke
2018-05-30
no custom builders allowed, so there cannot be a toString() method
Jan Rieke
2018-05-30
code formatting, reordering, rename etc.
Jan Rieke
2018-04-27
fixed generation problem caused by reusing expressions
Jan Rieke
2018-04-16
let @SuperBuilder's toString() call super.toString()
Jan Rieke
2018-04-16
avoid name clashes with generics on the annotated class
Jan Rieke
2018-04-15
use superclass generics for abstract builder class' extends clause
Jan Rieke
2018-04-15
consider generics on the annotated class and potential superclass
Jan Rieke
2018-04-14
adjusted expected result of test case
Jan Rieke
2018-04-14
include superclass when referring to parent builder
Jan Rieke
2018-04-10
correct return type and statement for @Singular
Jan Rieke
2018-04-10
@Override for overridden methods
Jan Rieke
2018-04-10
apply generics on builder extends clause; fixed builder name generation
Jan Rieke
2018-04-05
build class names not configurable any more; removed toBuilder
Jan Rieke
2018-04-05
wildcards for the constructor parameter
Jan Rieke
2018-04-05
wildcards for the builder() method
Jan Rieke
2018-04-05
more generics; return getInstance() instead of this
Jan Rieke
2018-04-05
generics for the Builder class; generate abstract methods
Jan Rieke
2018-04-05
add javac handler
Jan Rieke