[java:S1123] Suddenly new issues after targeting Java >= 9

Hi @Quentin,

sorry for the long delay, I had to discuss with my colleagues first.

Like the rule says it is recommended as per Javadoc of the Deprecated annotation to include since and/or forRemoval. However, for us there is no additional benefit in using either attribute. The best solution for us is to write a custom rule which only checks that annotation and javadoc are both present.

Cheers,
Oliver