package jp.terasoluna.fw.file.dao.standard;
import jp.terasoluna.fw.file.annotation.FileFormat;
/**
* FileFormatアノテーションの設定を持つ、ファイル行オブジェクトスタブ
* <p>
* 以下の設定を持つ<br>
* <ul>
* <li>@FileFormat()
* <li>属性
* <ul>
* <li>なし
* </ul>
* </ul>
*/
@FileFormat()
public class FileLineObject_Empty {
}