Uses of Interface
jakarta.enterprise.inject.spi.ProcessObserverMethod
-
Uses of ProcessObserverMethod in jakarta.enterprise.inject.spi
Modifier and TypeInterfaceDescriptioninterface
The container fires an event of this type for each custom implementation ofObserverMethod
added throughAfterBeanDiscovery.addObserverMethod(ObserverMethod)
orAfterBeanDiscovery.addObserverMethod()
, before registering theObserverMethod
object.