Uses of Interface
javax.enterprise.inject.spi.ProcessBeanAttributes
-
Packages that use ProcessBeanAttributes Package Description org.jboss.weld.bootstrap.events org.jboss.weld.environment.se -
-
Uses of ProcessBeanAttributes in org.jboss.weld.bootstrap.events
Classes in org.jboss.weld.bootstrap.events that implement ProcessBeanAttributes Modifier and Type Class Description classProcessBeanAttributesImpl<T>Container lifecycle event that allows bean metadata (BeanAttributes) to be changed before the bean is registered. -
Uses of ProcessBeanAttributes in org.jboss.weld.environment.se
Methods in org.jboss.weld.environment.se that return types with arguments of type ProcessBeanAttributes Modifier and Type Method Description static ContainerLifecycleObserver.Builder<ProcessBeanAttributes<?>>ContainerLifecycleObserver. processBeanAttributes()static ContainerLifecycleObserver.Builder<ProcessBeanAttributes<?>>ContainerLifecycleObserver. processBeanAttributes(Type observedType)
-