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 20:19:27 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9fbc226e090b1ca1efef5e10fd1bd13c4a686cfd
lombok
/
test
T
History
Roel Spilker
9fbc226e09
[
Closes
#928
]
@Value
no longer makes uninitialized static fields final
2015-09-24 00:28:57 +02: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
[
Closes
#928
]
@Value
no longer makes uninitialized static fields final
2015-09-24 00:28:57 +02:00