bug 59804: javadoc update

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751574 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Javen O'Neal 2016-07-05 23:33:31 +00:00
parent b37fde6d96
commit 78801432ed
1 changed files with 4 additions and 1 deletions

View File

@ -50,7 +50,10 @@ import java.lang.annotation.Documented;
public @interface Removal {
/**
* The POI version when this feature may be removed.
*
*
* To ensure that the version number can be compared to the current version
* and a unit test can generate a warning if a removal-eligible feature has
* not been removed yet, the version number should adhere to the following format:
* Format: "(?<major>\d+)\.(?<minor>\d+)"
* Example: "3.15"
*/