facebookarchive / swift

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

Fork BytecodeReadingParanamer to work around PARANAMER-22 #18

Closed twilliamson closed 12 years ago

twilliamson commented 12 years ago

BytecodeReadingParanamer doesn't work if method has byte[] or short[] parameter. The fix is simple, but who knows when paranamer will do a new release, so for now, make our own copy of BytecodeReadingParanamer and make the two-line fix to that.

dain commented 12 years ago

Looks good