Uses of Class
aQute.bnd.classfile.AnnotationInfo
-
Packages that use AnnotationInfo Package Description aQute.bnd.classfile This package provides an object model and parser for Java class files. -
-
Uses of AnnotationInfo in aQute.bnd.classfile
Classes in aQute.bnd.classfile with type parameters of type AnnotationInfo Modifier and Type Interface Description static interface
AnnotationInfo.Constructor<A extends AnnotationInfo>
Subclasses of AnnotationInfo in aQute.bnd.classfile Modifier and Type Class Description class
TypeAnnotationInfo
Fields in aQute.bnd.classfile declared as AnnotationInfo Modifier and Type Field Description AnnotationInfo[]
AnnotationsAttribute. annotations
AnnotationInfo[]
ParameterAnnotationInfo. annotations
Methods in aQute.bnd.classfile with parameters of type AnnotationInfo Modifier and Type Method Description A
AnnotationsAttribute.Constructor. init(AnnotationInfo[] annotations)
Constructors in aQute.bnd.classfile with parameters of type AnnotationInfo Constructor Description AnnotationsAttribute(AnnotationInfo[] annotations)
ParameterAnnotationInfo(int parameter, AnnotationInfo[] annotations)
RuntimeInvisibleAnnotationsAttribute(AnnotationInfo[] annotations)
RuntimeVisibleAnnotationsAttribute(AnnotationInfo[] annotations)
-