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
/
test
/
transform
/
resource
/
after-ecj
/
Accessors.java
Age
Commit message (
Expand
)
Author
2022-02-08
[implements #1456] accessors can now be made final via `@Accessors`.
Reinier Zwitserloot
2020-12-21
[fixes #2682] Fix NPE, always add Javadoc return statement
Rawi01
2017-12-04
fixing tests to account for generation of javax.annotation.Generated and Cons...
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
2015-06-25
The hashCode() method now generates a magic prime instead of 0 for the hash o...
Reinier Zwitserloot
2015-01-30
[i623] added eclipse code for generating @javax.annotation.Generated, and ref...
Reinier Zwitserloot
2014-03-26
[i660] canEqual is now protected instead of public.
Roel Spilker
2014-01-19
Issue 625: use (even) better primes for hashcodes
Roel Spilker
2014-01-09
[#625] Instead of '31' as a prime number for hashCode(), use something else. ...
Reinier Zwitserloot
2012-07-16
fixed tests since Robbert Jan's fix for issue 377.
Reinier Zwitserloot
2012-04-29
Issue 366: don't call the getter twice, fixed for Eclipse.
Roel Spilker
2012-03-26
Added full test suite for @Accessors, as well as the new rules for whether or...
Reinier Zwitserloot
2012-03-26
Finished work on @Accessors
Reinier Zwitserloot