public interface DecorableBean<T>
extends javax.enterprise.inject.spi.Bean<T>
Bean
that can have decorators. This can be a ManagedBean
, SessionBean
or a
built-in Bean
.Modifier and Type | Method and Description |
---|---|
List<javax.enterprise.inject.spi.Decorator<?>> |
getDecorators()
Resolves decorators for this bean.
|
List<javax.enterprise.inject.spi.Decorator<?>> getDecorators()
Copyright © 2016. All rights reserved.