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
For example, since DiscountAutomaticBxgy has a deprecated field id, java code generated for this type in default config will not generated getId() method. But this type implements interface Node which declares getId().
As #26 introduces the feature for deprecated fields, I think there may be some bugs related.
For example, since
DiscountAutomaticBxgyhas a deprecated fieldid, java code generated for this type in default config will not generatedgetId()method. But this type implements interfaceNodewhich declaresgetId().As #26 introduces the feature for deprecated fields, I think there may be some bugs related.