{
protected Attribute read (ClassReader cr, int off,
int len, char[] buf, int codeOff, Label[] labels)
{
RuntimeInvisibleAnnotations attr =
(RuntimeInvisibleAnnotations)super.read(
cr, off, len, buf, codeOff, labels);
ASMRuntimeInvisibleAnnotations result = new ASMRuntimeInvisibleAnnotations();
result.annotations = attr.annotations;