eg: ```kotlin data class Pojo{ @JvmField val foo:Int, @JvmField val bar:String } ```
eg: