Package aQute.bnd.classfile
Class RuntimeVisibleParameterAnnotationsAttribute
- java.lang.Object
-
- aQute.bnd.classfile.ParameterAnnotationsAttribute
-
- aQute.bnd.classfile.RuntimeVisibleParameterAnnotationsAttribute
-
- All Implemented Interfaces:
Attribute
public class RuntimeVisibleParameterAnnotationsAttribute extends ParameterAnnotationsAttribute
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class aQute.bnd.classfile.ParameterAnnotationsAttribute
ParameterAnnotationsAttribute.Constructor<A extends ParameterAnnotationsAttribute>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
NAME
-
Fields inherited from class aQute.bnd.classfile.ParameterAnnotationsAttribute
parameter_annotations
-
-
Constructor Summary
Constructors Constructor Description RuntimeVisibleParameterAnnotationsAttribute(ParameterAnnotationInfo[] parameter_annotations)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
name()
static RuntimeVisibleParameterAnnotationsAttribute
read(java.io.DataInput in, ConstantPool constant_pool)
-
Methods inherited from class aQute.bnd.classfile.ParameterAnnotationsAttribute
attribute_length, toString, write
-
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RuntimeVisibleParameterAnnotationsAttribute
public RuntimeVisibleParameterAnnotationsAttribute(ParameterAnnotationInfo[] parameter_annotations)
-
-
Method Detail
-
name
public java.lang.String name()
-
read
public static RuntimeVisibleParameterAnnotationsAttribute read(java.io.DataInput in, ConstantPool constant_pool) throws java.io.IOException
- Throws:
java.io.IOException
-
-