-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 0.9.2
-
Fix Version/s: 0.9.3
-
Component/s: Compiler (General)
-
Labels:None
-
Patch Info:Patch Available
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