Hi

I have started marking every @deprecated in our code with since tags.

(And removing @deprecated items introduced in 1.7, so things introduced in 1.7 and already markted deprecated)

For instance changed

* @deprecated Use getGlobalFilterSet().addFilter(token,value)
to
* @deprecated since 1.4.x Use getGlobalFilterSet().addFilter(token,value)

Is this seen as useful.

And how do you look at the proposal to drop the deprecated since 1.4.x in 1.7?

Would it be ok to start dropping items deprecated in 1.5.x and 1.6.x in 1.8?

Martijn

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to