Package org.jboss.weld.bean
Interface DecorableBean<T>
-
- All Superinterfaces:
javax.enterprise.inject.spi.Bean<T>,javax.enterprise.inject.spi.BeanAttributes<T>,javax.enterprise.context.spi.Contextual<T>
- All Known Implementing Classes:
AbstractClassBean,AbstractDecorableBuiltInBean,AbstractEEBean,AbstractFacadeBean,AbstractStaticallyDecorableBuiltInBean,ConversationBean,DecoratorImpl,EventBean,EventMetadataBean,HttpServletRequestBean,HttpSessionBean,InjectionPointBean,InstanceBean,InterceptorImpl,ManagedBean,NewManagedBean,NewSessionBean,PrincipalBean,ServletContextBean,SessionBean,UserTransactionBean
public interface DecorableBean<T> extends javax.enterprise.inject.spi.Bean<T>Marker interface for aBeanthat can have decorators. This can be aManagedBean,SessionBeanor a built-inBean.- Author:
- Jozef Hartinger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<javax.enterprise.inject.spi.Decorator<?>>getDecorators()Resolves decorators for this bean.-
Methods inherited from interface javax.enterprise.inject.spi.Bean
getBeanClass, getInjectionPoints, isNullable
-
-
-
-
Method Detail
-
getDecorators
List<javax.enterprise.inject.spi.Decorator<?>> getDecorators()
Resolves decorators for this bean.
-
-