org.nakedobjects.metamodel.facets.object.notpersistable
Interface NotPersistableFacet
- All Superinterfaces:
- DisablingInteractionAdvisor, Facet, InteractionAdvisor, InteractionAdvisorFacet, SingleValueFacet
- All Known Implementing Classes:
- NotPersistableFacetAbstract, NotPersistableFacetAnnotation, NotPersistableFacetImpl, NotPersistableFacetMarkerInterface, NotPersistableFacetNull
public interface NotPersistableFacet
- extends SingleValueFacet, DisablingInteractionAdvisor
Indicates that the instances of this class are not persistable either by the user (through the viewer) or
at all (either by the user or programmatically).
In the standard Naked Objects Programming Model, typically corresponds to applying the
@NotPersistable annotation at the class level.
value
InitiatedBy value()
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.