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