![JAR search and dependency download from the Maven repository](/logo.png)
commons.box.bean.BeanObjectAccess 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;
/**
* 创建作者:xingxiuyi
* 版权所属:xingxiuyi
*/
public interface BeanObjectAccess extends BeanAccess {
/**
* 额外构建
*
* @param type
* @param args
* @param
* @return
*/
public T inst2(Class type, Object... args);
}