@SuppressWarnings("unchecked")
private List<ParameterList> getParametersList()
throws IllegalAccessException, InvocationTargetException,
Exception {
XMLParameters annotation = getParameterAnnotation();
ParameterFactory parameterFactory = annotation.parameterFactory()
.newInstance();
return parameterFactory.createParameters(fKlass,
lookupXmlFile(annotation.value()));
}