You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@thrift.merge is a new annotation for EStructuralFeatures that refer to a struct. Its meaning is to embed the struct's field into this struct, instead of using a separate struct.
We need to add validation for this annotation: we should ensure that it is only used on EStructuralFeatures referring to a single struct.
The text was updated successfully, but these errors were encountered:
@thrift.merge is a new annotation for EStructuralFeatures that refer to a struct. Its meaning is to embed the struct's field into this struct, instead of using a separate struct.
We need to add validation for this annotation: we should ensure that it is only used on EStructuralFeatures referring to a single struct.
The text was updated successfully, but these errors were encountered: