}
Annotation[] annotations = o.getClass().getAnnotations();
for (Annotation annotation : annotations) {
ABinder abstractXmlBinding = annotation.annotationType().getAnnotation( ABinder.class );
if ( abstractXmlBinding != null ) {
classBinding = abstractXmlBinding.value();
Method[] mm = annotation.annotationType().getDeclaredMethods();
for( Method m : mm )
{
Class tClass = m.getReturnType();