All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commons.box.bean.BeanMetaAccess Maven / Gradle / Ivy

The newest version!
package commons.box.bean;


/**
 * 

创建作者:xingxiuyi

*

版权所属:xingxiuyi

*/ public interface BeanMetaAccess extends BeanAccess { /** * 额外构建 * * @param configID * @return */ public MetaBean inst2(String configID); /** * 额外构建 * * @param config * @return */ public MetaBean inst2(MetaBeanConfig config); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy