Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.9.2
-
None
-
Patch Available
Description
Generated Java RPC Client Code is using @Generated Annotation.
But Android does not support @Generated Annotation.
so i think, thrift dont' have to create @Generated Annotation when using thrift command with java:android option.
here is the pull request
https://github.com/apache/thrift/pull/540