private static boolean enabled = false;
public void preinit() {
enabled = true;
LoggerFactory.getInstance().echo("Intitializing WOJRebel plugin");
JavassistClassBytecodeProcessor processor = new WebObjectsCBP();
IntegrationFactory.getInstance()
.addIntegrationProcessor(WebObjectsCBP.IDEPATCH_CLASS, processor);
IntegrationFactory.getInstance()
.addIntegrationProcessor(WebObjectsCBP.WORKERTHREAD_CLASS, processor);
// Reduce performance penalty by excluding some common packages that will not be changing