Class ParameterAnnotationsAttribute

  • All Implemented Interfaces:
    WritableEntry

    public class ParameterAnnotationsAttribute
    extends Attribute
    A parameter annotations attribute
    • Field Detail

      • annotations

        private final java.util.Map<java.lang.Integer,​java.util.List<ClassAnnotation>> annotations
      • noParameters

        private final int noParameters
    • Method Detail

      • addAnnotation

        public void addAnnotation​(int parameter,
                                  java.lang.annotation.Annotation annotation)
      • addAnnotation

        public void addAnnotation​(int parameter,
                                  ClassAnnotation annotation)