Package org.jboss.weld.bean
Interface DecorableBean<T>
-
- All Superinterfaces:
jakarta.enterprise.inject.spi.Bean<T>,jakarta.enterprise.inject.spi.BeanAttributes<T>,jakarta.enterprise.context.spi.Contextual<T>
- All Known Implementing Classes:
AbstractClassBean,AbstractDecorableBuiltInBean,AbstractEEBean,AbstractFacadeBean,AbstractStaticallyDecorableBuiltInBean,ConversationBean,DecoratorImpl,EventBean,EventMetadataBean,InjectionPointBean,InstanceBean,InterceptionFactoryBean,InterceptorImpl,ManagedBean,PrincipalBean,RequestContextControllerBean
public interface DecorableBean<T> extends jakarta.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<jakarta.enterprise.inject.spi.Decorator<?>>getDecorators()Resolves decorators for this bean.-
Methods inherited from interface jakarta.enterprise.inject.spi.Bean
getBeanClass, getInjectionPoints
-
-
-
-
Method Detail
-
getDecorators
List<jakarta.enterprise.inject.spi.Decorator<?>> getDecorators()
Resolves decorators for this bean.
-
-