jprotobuf icon indicating copy to clipboard operation
jprotobuf copied to clipboard

请问含有throwable file的类如何通过plugin编译

Open Macgrady4Ever opened this issue 6 years ago • 1 comments

<--- java.lang.RuntimeException: Array type of field 'UNASSIGNED_STACK' on class 'java.lang.Throwable' is not support, please use List instead.

现在编译报以上错误,这个类是个异常类.我使用的@ProtobufClass

Macgrady4Ever avatar Sep 29 '19 02:09 Macgrady4Ever

这种有复杂的继承关系的,建议只在需要使用的字段上加注解来解决

jhunters avatar Nov 28 '19 13:11 jhunters