mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
12 lines
167 B
Java
12 lines
167 B
Java
|
|
package org.apache.poi.hssf.model;
|
||
|
|
|
||
|
|
/**
|
||
|
|
* enclosing_type describe the purpose here
|
||
|
|
*
|
||
|
|
* @author Andrew C. Oliver androliv@cisco.com
|
||
|
|
*/
|
||
|
|
public interface Model
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|