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

org.nakedobjects.metamodel.facets.object.ebc.EqualByContentFacet Maven / Gradle / Ivy

The newest version!
package org.nakedobjects.metamodel.facets.object.ebc;

import org.nakedobjects.metamodel.facets.MarkerFacet;
import org.nakedobjects.metamodel.facets.object.immutable.ImmutableFacet;
import org.nakedobjects.metamodel.facets.object.value.ValueFacet;


/**
 * Indicates that the instances of this class are equal-by-content.
 * 
 * 

* In the standard Naked Objects Programming Model, typically corresponds to applying the * @EqualByContent annotation at the class level. * * @see ImmutableFacet * @see ValueFacet */ public interface EqualByContentFacet extends MarkerFacet { }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy