Class CdiSeInjectionManagerFactory

java.lang.Object
org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManagerFactory
All Implemented Interfaces:
InjectionManagerFactory

@Priority(20) public class CdiSeInjectionManagerFactory extends Object implements InjectionManagerFactory
SPI implementation of InjectionManagerFactory which provides a new instance of CDI InjectionManager.
Author:
Petr Bouda