Search code examples
javacontainerscdi

Is there a CDI object from which I can access the CDI container?


Is there a CDI object that can be used to grab the CDI container?


Solution

  • org.jboss.weld.environment.se Class WeldContainer

    The WeldContainer can be used to access the CDI Container.