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

org.solovyev.common.Identifiable Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
package org.solovyev.common;

/**
 * User: serso
 * Date: 06.04.2009
 * Time: 1:04:17
 */
public interface Identifiable {
    T getId();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy