com.github.t3t5u.common.domain.ValueObject Maven / Gradle / Ivy
The newest version!
package com.github.t3t5u.common.domain;
import java.io.Serializable;
public interface ValueObject> extends Serializable {
boolean sameValueAs(VO other);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy