try {
Class<? extends AbstractXmlBinding> classBinding = null;
Params params = new Params();
for (ISetProperty property : lstProp) {
params.addPropertyValue(property.getProperty(), property.getValue());
}
Annotation[] annotations = o.getClass().getAnnotations();
for (Annotation annotation : annotations) {