注释接口 TNullable
Java-only annotation
This type is unnecessary for kotlin, pelase use `?` of kotlin, like this
List<String?>
However,it is useful for java, for exampleList<@TNullable String>
List<String?>
However,it is useful for java, for exampleList<@TNullable String>