Annotation Interface Nullable


@Target({METHOD,PARAMETER,FIELD}) @Retention(RUNTIME) @Documented public @interface Nullable
可以为 Null(仅标识)
Since:
Java 17+
Author:
Kimi Liu