Class InjectionResolverWrapper<T extends Annotation>

java.lang.Object
org.glassfish.jersey.inject.hk2.InjectionResolverWrapper<T>
All Implemented Interfaces:
InjectionResolver<T>

@Singleton public class InjectionResolverWrapper<T extends Annotation> extends Object implements InjectionResolver<T>
This class wraps the jersey class InjectionResolver to make HK2 version of this provided functionality. HK2 InjectionResolver can be then register in ServiceLocator and HK2 can handle the annotation which is register along with the interface.