com.bikeemotion.common.Entity Maven / Gradle / Ivy
package com.bikeemotion.common;
import java.io.Serializable;
public interface Entity extends Serializable {
T getId();
Entity setId(T value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy