Interface ContextInjectionResolver
-
- All Superinterfaces:
InjectionResolver<Context>
public interface ContextInjectionResolver extends InjectionResolver<Context>
A marker interface toInjectionResolver<Context>. This interface must be implemented by every Dependency Injection Provider to properly handle the injection ofContextannotation.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.
-
-
Method Summary
-
Methods inherited from interface org.glassfish.jersey.internal.inject.InjectionResolver
getAnnotation, isConstructorParameterIndicator, isMethodParameterIndicator, resolve
-
-