Package org.jboss.weld.bootstrap
Interface SyntheticExtension
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Collection<ContainerLifecycleEventObserverMethod<?>>getObservers()default voidinitialize(BeanManager beanManager)Allows to initialize the synthetic observers before put into service.
-
-
-
Method Detail
-
getObservers
Collection<ContainerLifecycleEventObserverMethod<?>> getObservers()
- Returns:
- a collection of synthetic container lifecycle observer methods
-
initialize
default void initialize(BeanManager beanManager)
Allows to initialize the synthetic observers before put into service.- Parameters:
beanManager-
-
-