8283848586878889909192
c = c.getSuperclass(); if (c == Object.class) { break; } CEntity superEntity = c.getAnnotation(CEntity.class); if (superEntity != null) { ParseEntity parseEntitySuper = addEntityInternal(c); parseEntity.mapSuperEntity(parseEntitySuper); break; }