{
return new PathParamInjector(type, genericType, injectTarget, uriParam.value(), defaultVal, encode, annotations, providerFactory);
}
else if ((form = findAnnotation(annotations, Form.class)) != null)
{
String prefix = form.prefix();
if (prefix.length() > 0)
{
if (genericType instanceof ParameterizedType)
{
ParameterizedType pType = (ParameterizedType) genericType;