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

org.bongiorno.misc.Identifiable Maven / Gradle / Ivy

package org.bongiorno.misc;

public interface Identifiable {

    public T getId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy