Class RuntimeInvisibleAnnotationsAttribute

All Implemented Interfaces:
Serializable, Processable

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

    • RuntimeInvisibleAnnotationsAttribute

      public RuntimeInvisibleAnnotationsAttribute()
      Creates an uninitialized RuntimeInvisibleAnnotationsAttribute.
    • RuntimeInvisibleAnnotationsAttribute

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