Belated addendum to previous commit: The tests for @NonNull on parameters of default methods should be restricted to java8+

This commit is contained in:
Reinier Zwitserloot
2015-10-06 00:15:16 +02:00
parent e94a5f9ee3
commit b4d69f5cb8
2 changed files with 2 additions and 0 deletions
@@ -1,3 +1,4 @@
// version 8:
interface NonNullOnParameterOfDefaultMethod {
void test(@lombok.NonNull String arg);
default void test2(@lombok.NonNull String arg) {