注释接口 NullableType


@Retention(RUNTIME) @Target(TYPE_USE) public @interface NullableType
Kotlin: List<String?> Java: List<@NullableType String>