Attribute attr = new Unknown(
m_constantPoolGen.addUtf8(AttributeEnhancer.CUSTOM_ATTRIBUTE),
serializedAttribute.length, serializedAttribute,
m_constantPoolGen.getConstantPool()
);
fieldGen.addAttribute(attr);
Field newField = fieldGen.getField();
m_classGen.replaceField(classfileField[i], newField);
}
}
}