Interface ContextInjectionResolver

All Superinterfaces:
InjectionResolver<Context>
All Known Implementing Classes:
ContextInjectionResolverImpl, ContextInjectionResolverImpl

public interface ContextInjectionResolver extends InjectionResolver<Context>
A marker interface to InjectionResolver&lt;Context&gt;. This interface must be implemented by every Dependency Injection Provider to properly handle the injection of Context annotation.

Jersey cannot simply add the default implementation of this interface because the proper implementation requires a lot of caching and optimization which can be done only with very close dependency to DI provider.