Class GenericAttribute

java.lang.Object
com.sun.jdo.api.persistence.enhancer.classfile.ClassAttribute
com.sun.jdo.api.persistence.enhancer.classfile.GenericAttribute
All Implemented Interfaces:
VMConstants

public class GenericAttribute extends ClassAttribute
GenericAttribute represents a class attribute in a class file which is not recognized as any supported attribute type. These attributes are maintained, and are not modified in any way.
  • Constructor Details

    • GenericAttribute

      public GenericAttribute(ConstUtf8 attrName, byte[] attrBytes)
      constructor