Re: [DISCUSS] putting versions into Deprecated annotations

2023-10-11 Thread Maxim Muzafarov
Francisco, I agree with your vision of the deprecation comments and actually, I think we should recommend doing it that way for the cases where it is applicable on our code-style page, but when things get to the implementation phase there are some obstacles that are not easy to overcome. So, addi

Re: [DISCUSS] putting versions into Deprecated annotations

2023-10-11 Thread Miklosovic, Stefan
I hope I am not nitpicking here but there is also "@see" annotation which could contain that JIRA ticket. /** * @see https://issues.apache.org/jira/browse/CASSANDRA-123";>CASSANDRA-123 */ Doing ctrl+q (at least that is how I have it in IDEA) will show Javadoc for such javadoc'ed element and y

Re: [DISCUSS] putting versions into Deprecated annotations

2023-10-11 Thread Francisco Guerrero
On 2023/10/11 16:59:35 Maxim Muzafarov wrote: > Francisco, > > I agree with your vision of the deprecation comments and actually, I > think we should recommend doing it that way for the cases where it is > applicable on our code-style page, but when things get to the > implementation phase ther