public interface DecorableBean<T> extends Bean<T>
Bean that can have decorators. This can be a ManagedBean, SessionBean or a
built-in Bean.| Modifier and Type | Method and Description |
|---|---|
java.util.List<Decorator<?>> |
getDecorators()
Resolves decorators for this bean.
|
getBeanClass, getInjectionPoints, isNullablecreate, destroygetName, getQualifiers, getScope, getStereotypes, getTypes, isAlternativejava.util.List<Decorator<?>> getDecorators()
Copyright © 2015. All Rights Reserved.