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

org.nakedobjects.metamodel.facets.object.immutable.ImmutableFacet Maven / Gradle / Ivy

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

import org.nakedobjects.metamodel.facets.SingleWhenValueFacet;
import org.nakedobjects.metamodel.facets.object.ebc.EqualByContentFacet;
import org.nakedobjects.metamodel.facets.object.value.ValueFacet;
import org.nakedobjects.metamodel.interactions.DisablingInteractionAdvisor;


/**
 * Indicates that the instances of this class are immutable and so may not be modified either through the
 * viewer or indeed programmatically.
 * 
 * 

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





© 2015 - 2024 Weber Informatics LLC | Privacy Policy