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

com.bikeemotion.common.Identity Maven / Gradle / Ivy

package com.bikeemotion.common;

import java.io.Serializable;

public interface Identity extends Serializable {

  T getIid();

  Identity setIid(T value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy