facebookarchive / swift

An annotation-based Java library for creating Thrift serializable types and services.
Apache License 2.0
900 stars 297 forks source link

Add support for IDL exceptions in @ThriftStruct/@ThriftUnion #297

Closed andrewcox closed 8 years ago

andrewcox commented 8 years ago

This change allows you to define IDL annotations that will be exported into the IDL generated by Swift2Thrift

reedriley commented 8 years ago

LGTM