org.nakedobjects.metamodel.facets.actions.debug
Interface DebugFacet

All Superinterfaces:
Facet
All Known Implementing Classes:
DebugFacetAbstract, DebugFacetAnnotation, DebugFacetViaNamingConvention

public interface DebugFacet
extends Facet

Indicates that the action should only be available in a special debug mode.

In the standard Naked Objects Programming Model, corresponds to annotating the action method using @Debug.


Method Summary
 
Methods inherited from interface org.nakedobjects.metamodel.facets.Facet
alwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacet
 



Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.