8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
In order to work around the error-prone fall-though violations in the generated code (#222), I tried using using -XepDisableWarningsInGeneratedCode.
-XepDisableWarningsInGeneratedCode
Unfortunately this javac option only works if the generated code is annotated with @Generated.
@Generated