- fixed compile error
(public interfaces need their own file, apparently)
This commit is contained in:
@@ -12,6 +12,8 @@ import java.util.function.Predicate;
|
|||||||
import java.util.stream.Collectors;
|
import java.util.stream.Collectors;
|
||||||
|
|
||||||
class Java11 {
|
class Java11 {
|
||||||
|
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
////////
|
////////
|
||||||
// 1. //
|
// 1. //
|
||||||
@@ -159,4 +161,4 @@ interface InterfaceWithPrivateMethods {
|
|||||||
@Documented
|
@Documented
|
||||||
@Retention(RetentionPolicy.RUNTIME)
|
@Retention(RetentionPolicy.RUNTIME)
|
||||||
@Target(ElementType.PARAMETER)
|
@Target(ElementType.PARAMETER)
|
||||||
public @interface Nonnull {}
|
@interface Nonnull {}
|
||||||
|
Reference in New Issue
Block a user