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 interfaceAnnotationInfo.Constructor<A extends AnnotationInfo>Subclasses of AnnotationInfo in aQute.bnd.classfile Modifier and Type Class Description classTypeAnnotationInfoFields in aQute.bnd.classfile declared as AnnotationInfo Modifier and Type Field Description AnnotationInfo[]AnnotationsAttribute. annotationsAnnotationInfo[]ParameterAnnotationInfo. annotationsMethods in aQute.bnd.classfile with parameters of type AnnotationInfo Modifier and Type Method Description AAnnotationsAttribute.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)
-