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

org.nakedobjects.metamodel.facets.propcoll.notpersisted.NotPersistedFacet Maven / Gradle / Ivy

The newest version!
package org.nakedobjects.metamodel.facets.propcoll.notpersisted;

import org.nakedobjects.metamodel.facets.MarkerFacet;
import org.nakedobjects.metamodel.facets.propcoll.derived.DerivedFacet;


/**
 * Indicates that a property or a collection shouldn't be persisted.
 * 
 * 

* In the standard Naked Objects Programming Model, corresponds to annotating the property or collection with * the @NotPersisted annotation. * *

* TODO: need to reconcile with {@link DerivedFacet} that has very similar semantics for properties. */ public interface NotPersistedFacet extends MarkerFacet { }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy