@Override
 public void accept(final MethodVisitor mv) {
   mv.visitMethodInsn(opcode, owner, name, desc, itf);
   acceptAnnotations(mv);
 }