Class AttributeParameterAnnotations

java.lang.Object
org.jd.core.v1.model.classfile.attribute.AttributeParameterAnnotations
All Implemented Interfaces:
Attribute

public class AttributeParameterAnnotations extends Object implements Attribute
  • Field Details

    • parameterAnnotations

      protected Annotations[] parameterAnnotations
  • Constructor Details

    • AttributeParameterAnnotations

      public AttributeParameterAnnotations(Annotations[] parameterAnnotations)
  • Method Details

    • getParameterAnnotations

      public Annotations[] getParameterAnnotations()