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

org.nakedobjects.metamodel.facets.DecoratingFacet Maven / Gradle / Ivy

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

/**
 * Provides access to underlying facet that has been decorated.
 * 
 * 

* Originally introduced as a means to allow filtering of facets to get at the underlying facet (eg to locate * those that are imperative, that is, abstract a method call to an addToXxx). * * @param */ public interface DecoratingFacet { T getDecoratedFacet(); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy