- fixed compile error

(public interfaces need their own file, apparently)
This commit is contained in:
2025-07-31 10:09:18 +02:00
parent f854d2460c
commit 2231cf9b3f

View File

@@ -12,6 +12,8 @@ import java.util.function.Predicate;
import java.util.stream.Collectors;
class Java11 {
public static void main(String[] args) {
////////
// 1. //
@@ -159,4 +161,4 @@ interface InterfaceWithPrivateMethods {
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.PARAMETER)
public @interface Nonnull {}
@interface Nonnull {}