Class ParameterAnnotationInfo

java.lang.Object
aQute.bnd.classfile.ParameterAnnotationInfo

public class ParameterAnnotationInfo extends Object
  • Field Details

    • parameter

      public final int parameter
    • annotations

      public final AnnotationInfo[] annotations
  • Constructor Details

    • ParameterAnnotationInfo

      public ParameterAnnotationInfo(int parameter, AnnotationInfo[] annotations)
  • Method Details