Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
ConfigurationValueType and might be listed.
|
|
|
|
|
|
annotation no longer clash.
|
|
|
|
gen of build() methods for `@Builder`.
|
|
clashes.
|
|
Fixed @SuperBuilder with generic with inner static class produces CE
|
|
Update the list of Checker Framework annotations for version 3.0.0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
git://github.com/floralvikings/lombok into floralvikings-feature/builder-setter-prefixes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added ability to process JCField as type parameter for HandleSuperBuilder. javac.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
feature/builder-setter-prefixes
|
|
|
|
|
|
old Wither annotations were no longer being picked up.
|
|
|
|
|
|
|
|
|
|
A bit of a shadow feature because the checker framework folks need to do some work on their side.
this update makes lombok generate a few checker framework annotations (if configured to do so)
which let the checker framework add warnings and errors for example if you misuse builders, or ignore
the return values of withers, etc.
|
|
getter and setter.
|
|
|
|
|
|
feature/builder-setter-prefixes
|