
com.star.lang.Editor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of utils Show documentation
Show all versions of utils Show documentation
some utility class for java develop
The newest version!
package com.star.lang;
/**
* 编辑器,修改对象
*
* @param 泛型
*/
public interface Editor {
/**
* 修改对象
*
* @param instance 对象
* @return 修改后的对象
*/
T edit(T instance);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy