}
return cv.visitMethod(access, name, desc, exceptions, attrs);
}
public void visitAttribute(final Attribute attrs) {
Attribute attributes = attrs;
while (attributes != null) {
if (attributes instanceof CustomAttribute) {
CustomAttribute customAttribute = (CustomAttribute) attributes;
byte[] bytes = customAttribute.getBytes();
try {