Class RuntimeInvisibleParameterAnnotationsAttribute

All Implemented Interfaces:
Serializable, Processable

public class RuntimeInvisibleParameterAnnotationsAttribute extends ParameterAnnotationsAttribute
This Attribute represents a runtime invisible parameter annotations attribute.
See Also:
  • Constructor Details

    • RuntimeInvisibleParameterAnnotationsAttribute

      public RuntimeInvisibleParameterAnnotationsAttribute()
      Creates an uninitialized RuntimeInvisibleParameterAnnotationsAttribute.
    • RuntimeInvisibleParameterAnnotationsAttribute

      public RuntimeInvisibleParameterAnnotationsAttribute(int u2attributeNameIndex, int u1parametersCount, int[] u2parameterAnnotationsCount, Annotation[][] parameterAnnotations)
      Creates an initialized RuntimeInvisibleParameterAnnotationsAttribute.
  • Method Details