- https://docs.jboss.org/hibernate/stable/jpamodelgen/reference/en-US/html_single/#d0e349 documentation still claims its “all”, but its “deprecation” and “rawtypes” ?
- With “deprecation” and “rawtypes”, ironically Eclipse will warn with something like this
Unnecessary @SuppressWarnings("deprecation") There should be an option to specify the suppressions explicitly (e.g. to be able to also set “javadoc”, or eventually “all”)
Not sure whether I would be eligible to open a new ticket for this. |