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
/
EclipseNode.java
Age
Commit message (
Expand
)
Author
2021-03-22
Merge branch 'records'
Reinier Zwitserloot
2020-09-12
Support With(By) on records and record components
Rawi01
2020-06-19
#1543: First primitives, then primitive wrappers, then other references
Roel Spilker
2020-06-18
Fixes #1543: in equals, by default first compare the primitives
Roel Spilker
2020-03-15
[fixes #2386] [checkerframework]
Reinier Zwitserloot
2019-01-22
[fixes #2019] Lombok now properly deals with `@NonNull` specifically on the â...
Reinier Zwitserloot
2018-11-06
Improve toString generation for enums. Fixes #1916
Roel Spilker
2018-08-20
use delared ast Type instead of generic one saves a lot of "checkcasts" in th...
Roland Praml
2018-08-20
Do not use reflection to check if annotation is present
Roland Praml
2018-05-14
[annotation based ToString] hey.. we have annotation based ToString now, wher...
Reinier Zwitserloot
2015-06-24
[trivial] formatting.
Reinier Zwitserloot
2012-04-03
Philipp Eichhorn's patch to use marker annotations instead of boolean-returni...
Reinier Zwitserloot
2011-11-07
Changed copyright notices
Roel Spilker
2011-08-01
Fixed issue 164. Oh yes. Party time!
Reinier Zwitserloot
2011-06-02
Eclipse handlers can now opt out of being run in diet-parse mode. Fixes Synch...
Reinier Zwitserloot
2010-07-25
Bugfix: in JavacNode intintializers were not structurally significant
Roel Spilker
2010-07-22
Updated copyright statements and version release name.
Reinier Zwitserloot
2010-07-20
@Getter int x, y; used to only apply to 'x', now it applies to both x and y.
Reinier Zwitserloot
2009-11-25
Refactored the source folders.
Reinier Zwitserloot