Interface CDIProvider


public interface CDIProvider
Interface implemented by a CDI provider to provide access to the current container
Since:
1.1
  • Method Summary

    Modifier and Type
    Method
    Description
    Provides access to the current container
  • Method Details

    • getCDI

      CDI<Object> getCDI()
      Provides access to the current container
      Returns:
      the CDI instance for the current container