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

org.nakedobjects.metamodel.facets.ignore.IgnoreFacet Maven / Gradle / Ivy

The newest version!
package org.nakedobjects.metamodel.facets.ignore;

import org.nakedobjects.metamodel.facets.Facet;


/**
 * Whether the action is programmatic, and therefore should be ignored.
 * 
 * 

* In the standard Naked Objects Programming Model, corresponds to annotating the action method using * @Programmatic. */ public interface IgnoreFacet extends Facet { }