Skip to content

Fix issue with inherited case for @ThriftClient annotation

Choose a tag to compare

@aatarasoff aatarasoff released this 15 Aug 07:06
· 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