// }
// }
Label tryLabelStart = new Label();
Label l1 = new Label();
Label l2 = new Label();
mv.visitTryCatchBlock(tryLabelStart, l1, l2, "java/lang/Exception");
// Add bean (as first argument)
mv.visitVarInsn(ALOAD, 0);
// Test if invocation context factory is null
// If there is no invocation context factory, jump to the end
mv.visitMethodInsn(INVOKEVIRTUAL, this.classAnnotationMetadata.getClassName(), "getEasyBeansInvocationContextFactory", "()Lorg/ow2/easybeans/api/interceptor/EZBInvocationContextFactory;");