T - public interface DecoratingFacet<T extends Facet>
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).
| Modifier and Type | Method and Description |
|---|---|
T |
getDecoratedFacet() |
T getDecoratedFacet()
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.