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

commons.box.app.HasKey Maven / Gradle / Ivy

The newest version!
package commons.box.app;

/**
 * 声明此类具有 key
 */
public interface HasKey {
    /**
     * 业务主键 key
     *
     * @return
     */
    public K key();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy