577578579580581582583584585586587
{ String type = null; final ChildGetter getter = m.getAnnotation(ChildGetter.class); if ( getter != null ) { type = getter.type(); } if ( type == null || type.length() == 0 ) { String temp = m.getName();
569570571572573574575576577578579