} catch (ClassNotFoundException e) {
e.printStackTrace();
}
// creates the parameter
ParameterPosition position = null;
Object value = parseParameter(clz, element);
Parameter parameter = new Parameter(parameterName, value, position, clz);
// adds the parameter to the type
type.addParameter(parameter);