Class RuntimeVisibleAnnotationsAttribute

All Implemented Interfaces:
Serializable, Processable

public class RuntimeVisibleAnnotationsAttribute extends AnnotationsAttribute
This Attribute represents a runtime visible annotations attribute.
See Also:
  • Constructor Details

    • RuntimeVisibleAnnotationsAttribute

      public RuntimeVisibleAnnotationsAttribute()
      Creates an uninitialized RuntimeVisibleAnnotationsAttribute.
    • RuntimeVisibleAnnotationsAttribute

      public RuntimeVisibleAnnotationsAttribute(int u2attributeNameIndex, int u2annotationsCount, Annotation[] annotations)
      Creates an initialized RuntimeVisibleAnnotationsAttribute.
  • Method Details