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