Class RuntimeAnnos

java.lang.Object
org.aspectj.apache.bcel.classfile.Attribute
org.aspectj.apache.bcel.classfile.annotation.RuntimeAnnos
All Implemented Interfaces:
Serializable, Cloneable, Node
Direct Known Subclasses:
RuntimeInvisAnnos, RuntimeVisAnnos

public abstract class RuntimeAnnos extends Attribute
See Also:
Serialized Form
  • Constructor Details

    • RuntimeAnnos

      public RuntimeAnnos(byte attrid, boolean visible, int nameIdx, int len, ConstantPool cpool)
    • RuntimeAnnos

      public RuntimeAnnos(byte attrid, boolean visible, int nameIdx, int len, byte[] data, ConstantPool cpool)
  • Method Details