注释接口 NullableType


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