153154155156157158159160
Class heldCls = (Class) info.getGenericType(); info.setTypeClass(heldCls); Type delegate = createType(heldCls); HolderType type = new HolderType(delegate); return type; }