jhunters / jprotobuf

A useful utility library for java programmer using google protobuf
Apache License 2.0
879 stars 281 forks source link

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

Open Macgrady4Ever opened 5 years ago

Macgrady4Ever commented 5 years ago

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

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

jhunters commented 4 years ago

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