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

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

The newest version!
package commons.box.bean;

/**
 * 

创建作者:xingxiuyi

*

版权所属:xingxiuyi

*/ public interface BeanObjectAccess extends BeanAccess { /** * 额外构建 * * @param type * @param args * @param * @return */ public T inst2(Class type, Object... args); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy