Package aQute.bnd.classfile
Class RuntimeVisibleParameterAnnotationsAttribute
java.lang.Object
aQute.bnd.classfile.ParameterAnnotationsAttribute
aQute.bnd.classfile.RuntimeVisibleParameterAnnotationsAttribute
- All Implemented Interfaces:
Attribute
-
Nested Class Summary
Nested classes/interfaces inherited from class aQute.bnd.classfile.ParameterAnnotationsAttribute
ParameterAnnotationsAttribute.Constructor<A extends ParameterAnnotationsAttribute>
-
Field Summary
FieldsFields inherited from class aQute.bnd.classfile.ParameterAnnotationsAttribute
parameter_annotations
-
Constructor Summary
ConstructorsConstructorDescriptionRuntimeVisibleParameterAnnotationsAttribute
(ParameterAnnotationInfo[] parameter_annotations) -
Method Summary
Methods inherited from class aQute.bnd.classfile.ParameterAnnotationsAttribute
attribute_length, read, toString, write
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
RuntimeVisibleParameterAnnotationsAttribute
-
-
Method Details
-
name
-
read
public static RuntimeVisibleParameterAnnotationsAttribute read(DataInput in, ConstantPool constant_pool) throws IOException - Throws:
IOException
-