
org.solovyev.common.definitions.IdentityImpl Maven / Gradle / Ivy
package org.solovyev.common.definitions;
import java.io.Serializable;
/**
* User: serso
* Date: 10/4/11
* Time: 11:36 PM
*/
public class IdentityImpl> extends Identity {
public IdentityImpl() {
super();
}
public IdentityImpl(T id) {
super(id);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy