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

com.jparams.store.identity.IdentityProvider Maven / Gradle / Ivy

There is a newer version: 3.1.4
Show newest version
package com.jparams.store.identity;

/**
 * Provides an identity for an object
 */
public interface IdentityProvider
{
    /**
     * Get object identity
     *
     * @param obj object
     * @return identity
     */
    Object getIdentity(Object obj);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy