This website requires JavaScript.
Explore
Help
Register
Sign In
tiennm99
/
lombok
Watch
1
Star
0
Fork
0
mirror of
https://github.com/tiennm99/lombok.git
synced
2026-09-14 12:18:45 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
577ce94facde1092ab2eec9de12270183e8048bc
lombok
/
test
/
transform
/
resource
T
History
Roel Spilker
f241ef8c30
Transient fields should by default be excluded from equals and hashCode.
Fixes
#1724
2018-06-18 23:56:27 +02:00
..
after-delombok
Transient fields should by default be excluded from equals and hashCode.
Fixes
#1724
2018-06-18 23:56:27 +02:00
after-ecj
Transient fields should by default be excluded from equals and hashCode.
Fixes
#1724
2018-06-18 23:56:27 +02:00
before
Transient fields should by default be excluded from equals and hashCode.
Fixes
#1724
2018-06-18 23:56:27 +02:00
messages-delombok
FieldNameConstants now defaults to having a prefix ‘FIELD_’, which can be configured both on the annotation itself and via a config key. This totally breaks compatibility with the previous lombok release, but, hey, it’s in experimental and it’s been one week. This is better.
2018-06-04 23:36:10 +02:00
messages-ecj
FieldNameConstants now defaults to having a prefix ‘FIELD_’, which can be configured both on the annotation itself and via a config key. This totally breaks compatibility with the previous lombok release, but, hey, it’s in experimental and it’s been one week. This is better.
2018-06-04 23:36:10 +02:00
messages-idempotent
fixing tests to account for generation of javax.annotation.Generated and ConstructorProperties being default-off.
2017-12-04 21:41:47 +01:00