/** * @version $Id: ICoronaObject.java 1839 2014-04-16 02:33:51Z yukihiro-kinjyo $ * * 2011/08/16 10:38:17 * @author shingo-takahashi * * Copyright 2011-2014 TIDAコンソーシアム All Rights Reserved. */ package com.tida_okinawa.corona.io.model; import org.eclipse.ui.views.properties.IPropertySource; /** * コロナオブジェクト用共通インターフェース * * @author shingo-takahashi */ public interface ICoronaObject extends IPropertySource { }