Class AnnotatedMethodAttribute

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

public class AnnotatedMethodAttribute extends ClassAttribute
AnnotatedMethodAttribute represents a class level attribute class file which identifies the level of annotation of the class.
  • Field Details

  • Constructor Details

    • AnnotatedMethodAttribute

      public AnnotatedMethodAttribute(ConstUtf8 nameAttr, short version, short annFlags, InsnTarget[] annRanges)
      Constructor
  • Method Details

    • getVersion

      public short getVersion()
    • setVersion

      public void setVersion(short version)
    • getFlags

      public short getFlags()
    • setFlags

      public void setFlags(short flags)
    • getAnnotationRanges

      public InsnTarget[] getAnnotationRanges()
    • setAnnotationRanges

      public void setAnnotationRanges(InsnTarget[] ranges)