casid / jte

Secure and speedy templates for Java and Kotlin.
https://jte.gg
Apache License 2.0
804 stars 59 forks source link

Suppress warnings in generated java source files #365

Closed rpost closed 3 months ago

rpost commented 3 months ago

Issue similar to the #179 but this time it's about Java. My organization uses -Xlint:all -Werror so it treats "unchecked" warnings in generated code as errors.

casid commented 3 months ago

Thanks @rpost!