}
public void populate(InhabitantsParsingContextGenerator ipcgen) {
logger.log(Level.FINER, "Starting to introspect");
ParsingContext context = ipcgen.getContext();
InhabitantIntrospectionScanner is = new InhabitantIntrospectionScanner(context);
try {
ip.parse(is, classLoaderHolder);
} catch (IOException e) {
throw new RuntimeException(e);
}