You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2016/07/05 23:27:54 UTC

[Bug 59804] Add annotation for indicating when deprecated features may be removed

https://bz.apache.org/bugzilla/show_bug.cgi?id=59804

--- Comment #1 from Javen O'Neal <on...@apache.org> ---
Added @Removal annotation class in r1751569.

Usage:

/**
 * @since POI 3.6
 * @deprecated POI 3.15 beta 3
 */
@Removal(version="3.17")
public class SomeDeprecatedClassOrMethod() { }

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org