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

net.n2oapp.framework.access.metadata.accesspoint.util.IdAware Maven / Gradle / Ivy

package net.n2oapp.framework.access.metadata.accesspoint.util;

/**
 * User: operehod
 * Date: 12.09.2014
 * Time: 10:46
 */
public interface IdAware {

    public T getId();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy