Hey there, It would be interesting for various tools to access thrift annotations at runtime (one could build an ORM for thrift objects, custom json serializers, etc...).
I'm thinking that with some sort of option, eg: runtime_annotations:true, a Map<string, string> ANNOTATIONS could be generated on structs and field descriptors. What do you think?
