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

org.nakedobjects.metamodel.facets.object.dirty.DirtyObjectFacet Maven / Gradle / Ivy

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

import org.nakedobjects.metamodel.facets.Facet;


/**
 * Mechanisms for explicitly managing the dirty state of the object.
 * 
 * 

* TODO: this was introduced for Naked Objects 2.0, but not sure if they are still required for Naked Objects * 3.0. */ public interface DirtyObjectFacet extends Facet { }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy