GitHub user andrewgaul opened a pull request:
https://github.com/apache/thrift/pull/63
Add @Generated annotation to Thrift classes
This allows other tools to introspect on the class and determine that
it is machine-generated.
Original patch by Arvind Jayaprakash <[email protected]>
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/maginatics/thrift java-generated-annotation
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/63.patch
----
commit 38b105b59bfe63f610ba5b6f1a3db0d766a15c7c
Author: Andrew Gaul <[email protected]>
Date: 2013-11-05T06:12:26Z
Add @Generated annotation to Thrift classes
This allows other tools to introspect on the class and determine that
it is machine-generated.
Original patch by Arvind Jayaprakash <[email protected]>
----