commons.box.bean.MetaBean Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-box-bean Show documentation
Show all versions of commons-box-bean Show documentation
Common utils for BOX projects.
The newest version!
package commons.box.bean;
import commons.box.app.DataObject;
import java.util.Map;
/**
* 创建作者:xingxiuyi
* 版权所属:xingxiuyi
*/
public interface MetaBean extends Map, DataObject {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy