public interface ContextInjectionResolver extends InjectionResolver<Context>
InjectionResolver<Context>
. 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.
getAnnotation, isConstructorParameterIndicator, isMethodParameterIndicator, resolve
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.