mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
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:
parent
6b8398a227
commit
c02052c555
@ -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"
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user