RUNTIME) public @interface MyNullable { } interface A { @MyNullable String foo(@MyNonnull String x); // in Kotlin (strict mode): `fun foo(x: String): String?`
確定! 回上一頁