Hi,
Am using Jersey 1.17.
Am using a custom ResourceMethodDispatchProvider to decorate a resource method.
Does Jersey provide any method of doing a class field injection (by using an InjectableProvider) into a custom ResourceMethodDispatchProvider?
Am attempting to use the SecurityContext under which the request is executed.
~ Barada
@baradasahu