public interface BeanManagerProvider
BeanManager
for the current context.
Implementations can decide how to obtain bean manager (e.g. InitialContext
, CDI 1.1 API, ...).Modifier and Type | Method and Description |
---|---|
jakarta.enterprise.inject.spi.BeanManager |
getBeanManager()
Get the CDI
bean manager for the current context. |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.