mv.visitEnd();
mv = cw.visitMethod(M, "shortArrayValue", "()[S", null, null);
av0 = mv.visitAnnotationDefault();
av0.visit(null, new short[] { (short) 0, (short) 1 });
av0.visitEnd();
mv.visitEnd();
mv = cw.visitMethod(M, "longArrayValue", "()[J", null, null);
av0 = mv.visitAnnotationDefault();
av0.visit(null, new long[] { 0L, 1L });