public interface ImmutableFacet extends WhenValueFacet, DisablingInteractionAdvisor
In the standard Apache Isis Programming Model, typically corresponds to applying the @Immutable annotation at the class level.
EqualByContentFacet,
ValueFacetNOOP| Modifier and Type | Method and Description |
|---|---|
void |
copyOnto(FacetHolder holder)
Clone this facet onto another
FacetHolder. |
whendisablesalwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacetvoid copyOnto(FacetHolder holder)
FacetHolder.
Introduced to allow this facet to be installed onto the
ObjectSpecification, and then copied down onto each of the spec's
ObjectMembers.
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.