148149150151152153154155156157158
} } encoded = encoded || resourceClass.getAnnotation(Encoded.class) != null; ConstructorParameter cp = new ConstructorParameterImpl(annotation, annotations[i], paramTypes[i], getParamTypes[i], defaultValue, encoded); params.add(cp); }
175176177178179180181182183184185