org.apache.poi.util
Annotation Type Internal


@Documented
@Retention(value=SOURCE)
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 in future versions of POI or access to such elements will be changed from 'public' to 'default' or less.

Since:
POI-3.6
Author:
Yegor Kozlov



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