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

com.star.lang.Editor Maven / Gradle / Ivy

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