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
In Java Encoders and Decoders are automatically generated with a @SuppressWarnings annotation.
Enums are generated without this annotation.
Can you add these annotations there too?
The text was updated successfully, but these errors were encountered:
In our project we have some inspections activated which are violated by the SBE Enums which are generated, e.g. “Instance field access ‘value’ is not qualified with ‘this’”.
In Java Encoders and Decoders are automatically generated with a @SuppressWarnings annotation.
Enums are generated without this annotation.
Can you add these annotations there too?
The text was updated successfully, but these errors were encountered: