branflake2267 / GWT-Maps-V3-Api

GWT Maps V3 Javascript Bindings
Other
144 stars 113 forks source link

Add removal future version number to deprecated methods #138

Closed twistedpair closed 11 years ago

twistedpair commented 11 years ago

Add deprecation version numbers to the currently deprecated methods for more formal end of support. Since the next release of note is 3.10, currently deprecated methods will be removed in 3.11 giving api consumers a full release cycle to update their implementations.

branflake2267 commented 11 years ago

How would that look?

twistedpair commented 11 years ago

Just numbers in the comments of the deprecated method. i.e. @deprecated ... "method deprecated, see proper_method(). This method will be removed in release 3.11"

branflake2267 commented 11 years ago

Ok, gotcha. I wanted to double check to see if something special was in mind. :)

twistedpair commented 11 years ago

Done.