org.apache.thrift.protocol.TList _list13 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32());
struct.annotations = new ArrayList<String>(_list13.size);
for (int _i14 = 0; _i14 < _list13.size; ++_i14)
{
String _elem15; // required
_elem15 = iprot.readString();
struct.annotations.add(_elem15);
}
}
struct.setAnnotationsIsSet(true);
}