Open michael-mutin opened 3 months ago
There was:
@Deprecated
@deprecated
Then there was the migration that removed the isDeprecated property which lead to the annotations not being generated when needed. But the vendorExtension can be used instead, which I did.
isDeprecated
There was:
@Deprecated
annotation to deprecated operations and the@deprecated
javadoc annotation to their javadoc comments.Then there was the migration that removed the
isDeprecated
property which lead to the annotations not being generated when needed. But the vendorExtension can be used instead, which I did.