Uses of Class
aQute.bnd.classfile.TypeAnnotationInfo
-
Packages that use TypeAnnotationInfo Package Description aQute.bnd.classfile This package provides an object model and parser for Java class files. -
-
Uses of TypeAnnotationInfo in aQute.bnd.classfile
Fields in aQute.bnd.classfile declared as TypeAnnotationInfo Modifier and Type Field Description TypeAnnotationInfo[]
TypeAnnotationsAttribute. type_annotations
Methods in aQute.bnd.classfile with parameters of type TypeAnnotationInfo Modifier and Type Method Description A
TypeAnnotationsAttribute.Constructor. init(TypeAnnotationInfo[] type_annotations)
Constructors in aQute.bnd.classfile with parameters of type TypeAnnotationInfo Constructor Description RuntimeInvisibleTypeAnnotationsAttribute(TypeAnnotationInfo[] type_annotations)
RuntimeVisibleTypeAnnotationsAttribute(TypeAnnotationInfo[] type_annotations)
TypeAnnotationsAttribute(TypeAnnotationInfo[] type_annotations)
-