解读一下这个field public pLjavautilList; annotation system LdalvikannotationSignature; value = LjavautilList LcomautonaviextscreendtoViewModeInfo; ; en
这段代码是一个公共字段(field),字段名为p,类型为List。
接下来是一个注解(annotation),注解类型为dalvik.annotation.Signature。注解的value属性是一个字符串数组,包含两个元素。第一个元素是字符串"Ljava/util/List<",表示泛型的类型参数为List。第二个元素是字符串"Lcom/autonavi/extscreen/dto/ViewModeInfo;",表示泛型的具体类型参数为com.autonavi.extscreen.dto.ViewModeInfo。
最后是一个结束标记(.end annotation)和字段结束标记(.end field)。
原文地址: https://www.cveoy.top/t/topic/iRqg 著作权归作者所有。请勿转载和采集!