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-13 00:19:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b4d69f5cb8b093718bb7ffb539e5875df52ca48e
lombok
/
test
T
History
Reinier Zwitserloot
b4d69f5cb8
Belated addendum to previous commit: The tests for
@NonNull
on parameters of default methods should be restricted to java8+
2015-10-06 00:15:16 +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
Belated addendum to previous commit: The tests for
@NonNull
on parameters of default methods should be restricted to java8+
2015-10-06 00:15:16 +02:00