This website requires JavaScript.
Explore
Help
Register
Sign In
tiennm99
/
lombok
Watch
1
Star
0
Fork
0
You've already forked lombok
mirror of
https://github.com/tiennm99/lombok.git
synced
2026-06-08 16:16:04 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
37434ba0cba68ea232efea0824d3f71e5e287dc2
lombok
/
test
/
transform
/
resource
T
History
Reinier Zwitserloot
b3771e86f9
gave the tests for issue
#1397
(generated constructors take
@Builder.Default
into account) an update.
2018-07-03 05:42:34 +02:00
..
after-delombok
gave the tests for issue
#1397
(generated constructors take
@Builder.Default
into account) an update.
2018-07-03 05:42:34 +02:00
after-ecj
gave the tests for issue
#1397
(generated constructors take
@Builder.Default
into account) an update.
2018-07-03 05:42:34 +02:00
before
gave the tests for issue
#1397
(generated constructors take
@Builder.Default
into account) an update.
2018-07-03 05:42:34 +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