it.cnr.iit.jscontact.tools.dto.interfaces.IdMapValue Maven / Gradle / Ivy
package it.cnr.iit.jscontact.tools.dto.interfaces;
/**
* This interface is used to identify an object that can be included as value in a map satisfying the IdMapConstraint.
*
* @author Mario Loffredo
*/
public interface IdMapValue {
}