We're getting a new warning in 1.6.20 when overrid...
# getting-started
j
We're getting a new warning in 1.6.20 when overriding a deprecated interface method:
This declaration overrides deprecated member but not marked as deprecated itself. This deprecation won't be inherited in future releases. Please add @Deprecated annotation or suppress
. This warning didn't occur in 1.6.10 and don't see mention of it in the release notes. is this expected? (we can suppress/remove the warning ok, but build with -Werror so this is backwards incompatible for us)
m