Fix missing 'final' on some ClassWriter methods. See...
Fix missing 'final' on some ClassWriter methods. See https://mail.ow2.org/wws/arc/asm/2011-11/msg00008.html. This might break backward binary compatibility for some users, but this is unlikely since all the other visit methods are final.