// package-info can contain an Export annotation
Map<String, String> info = contained.get(pack);
parsePackageInfoClass(clazz, info);
} else {
// Otherwise we just parse it simply
clazz.parseClassFile();
}
} finally {
in.close();
}
} catch (Throwable e) {