149150151152153154155156157158159
for (int i = 0; i < b.length; i++) { av.visit(null, new Double(b[i])); } } av.visitEnd(); } else { addValueElement("annotationValue", name, Type.getDescriptor(c), value.toString());