Class RuntimeVisibleParameterAnnotationsAttribute

All Implemented Interfaces:
Serializable, Processable

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

    • RuntimeVisibleParameterAnnotationsAttribute

      public RuntimeVisibleParameterAnnotationsAttribute()
      Creates an uninitialized RuntimeVisibleParameterAnnotationsAttribute.
    • RuntimeVisibleParameterAnnotationsAttribute

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