Package aQute.bnd.classfile
Class AnnotationsAttribute
java.lang.Object
aQute.bnd.classfile.AnnotationsAttribute
- All Implemented Interfaces:
Attribute
- Direct Known Subclasses:
RuntimeInvisibleAnnotationsAttribute
,RuntimeVisibleAnnotationsAttribute
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
toString()
void
write
(DataOutput out, ConstantPool constant_pool)
-
Field Details
-
annotations
-
-
Constructor Details
-
AnnotationsAttribute
-
-
Method Details
-
toString
-
write
- Specified by:
write
in interfaceAttribute
- Throws:
IOException
-
attribute_length
public int attribute_length()- Specified by:
attribute_length
in interfaceAttribute
-