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-18 08:21:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3041420ab9b4d7b70583b4e8b10d16612d00bb2a
lombok
/
test
T
History
Roel Spilker
30cfbcf9e4
Add tests for
@EqualsAndHashCode
for the attributes
of
and
exclude
2015-10-26 22:21:16 +01:00
..
bytecode
[
#655
] Added a test for the post compiler. It indeed fails in JDK8 now due to an ASM version that doesn't understand java 8 class files.
2014-04-02 00:59:08 +02:00
configuration
added the ‘always use guava’ lombok.config option for @Singular @Builder.
2015-01-20 15:01:30 +01:00
core/src
/lombok
Remove lombok annotation from source
2015-09-23 22:09:09 +02:00
ecj
Added a test to make sure we never break ecj again.
2012-01-09 19:49:56 +01:00
pretty
/resource
[
Closes
#855
] [jdk8] annotations are now legit on types and type parameters in JDK8, but we’d print errors in delombok when encountering these.
2015-08-18 23:12:17 +02:00
transform
Add tests for
@EqualsAndHashCode
for the attributes
of
and
exclude
2015-10-26 22:21:16 +01:00