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.
    • 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"
        Default:
        ""

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