// escludendo getSerialVersionUID
Method methods[] = cBean.getDeclaredMethods();
/** Ordinamento degli attributi per nome **/
java.util.Arrays.sort(methods, new JavaMethodComparator());
// Attributi delle relazioni collegate al bean
for (int j = 0; j < methods.length; j++)
{
Annotation annotations[] = methods[j].getAnnotations();