Skip navigation links
org.apache.poi.util

Annotation Type Removal

    • Optional Element Summary

      Optional Elements  
      Modifier and Type Optional Element and Description
      java.lang.String version
      The POI version when this feature may be removed. (此功能可能被删除时的 POI 版本。)
    • Element Detail

      • version

        public abstract java.lang.String version
        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: "(? \d+)\.(? \d+)" Example: "3.15" (此功能可能被删除时的 POI 版本。为了确保可以将版本号与当前版本进行比较,并且如果尚未删除符合删除条件的功能,则单元测试可以生成警告,版本号应遵循以下格式:格式:“(?d+) .(?d+)" 示例:"3.15")
        Default:
        ""

Copyright 2021 The Apache Software Foundation or its licensors, as applicable.