mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-28 06:21:43 +00:00
Belated addendum to previous commit: The tests for @NonNull on parameters of default methods should be restricted to java8+
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// version 8:
|
||||
interface NonNullOnParameterOfDefaultMethod {
|
||||
void test(@lombok.NonNull String arg);
|
||||
default void test2(@lombok.NonNull String arg) {
|
||||
|
||||
Reference in New Issue
Block a user