|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) public @interface Internal
Program elements annotated @Internal are intended for POI internal use only. Such elements are not public by design and likely to be removed, have their signature change, or have their access level decreased from public to protected, package, or private in future versions of POI without notice. @Internal elements are eligible for immediate modification or removal and are not subject to the POI project policy of deprecating an element for 2 major releases before removing.
Optional Element Summary | |
---|---|
java.lang.String |
since
The POI version when an element was declared internal. |
java.lang.String |
value
|
public abstract java.lang.String value
public abstract java.lang.String since
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |