Class ParamInjectionResolver<A extends Annotation>

java.lang.Object
org.glassfish.jersey.server.internal.inject.ParamInjectionResolver<A>
Type Parameters:
A - supported parameter injection annotation.
All Implemented Interfaces:
InjectionResolver<A>

public class ParamInjectionResolver<A extends Annotation> extends Object implements InjectionResolver<A>
Abstract base class for resolving JAX-RS &#64;XxxParam injection.
Author:
Marek Potociar