org.apache.isis.core.progmodel.facets.actions.notcontributed
Interface NotContributedFacet

All Superinterfaces:
org.apache.isis.core.metamodel.facetapi.Facet
All Known Implementing Classes:
NotContributedFacetAbstract, NotContributedFacetAnnotation

public interface NotContributedFacet
extends org.apache.isis.core.metamodel.facetapi.Facet

Indicates that the (repository) action should not be contributed to any objects.

In the standard Apache Isis Programming Model, corresponds to annotating the action method using @NotContributed.


Method Summary
 
Methods inherited from interface org.apache.isis.core.metamodel.facetapi.Facet
alwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacet
 



Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.