Fix issue with inherited case for @ThriftClient annotation
·
76 commits
to master
since this release
When a class and it's super class both define fields that are annotated with ThriftClient annotation,
only fields in super class would get initialized. In this release this issue is fixed