Uses of Class
aQute.bnd.classfile.AnnotationInfo
Packages that use AnnotationInfo
Package
Description
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 AnnotationInfoModifier and TypeInterfaceDescriptionstatic interfaceAnnotationInfo.Constructor<A extends AnnotationInfo>Subclasses of AnnotationInfo in aQute.bnd.classfileFields in aQute.bnd.classfile declared as AnnotationInfoModifier and TypeFieldDescriptionfinal AnnotationInfo[]AnnotationsAttribute.annotationsfinal AnnotationInfo[]ParameterAnnotationInfo.annotationsMethods in aQute.bnd.classfile with parameters of type AnnotationInfoModifier and TypeMethodDescriptionAnnotationsAttribute.Constructor.init(AnnotationInfo[] annotations) Constructors in aQute.bnd.classfile with parameters of type AnnotationInfoModifierConstructorDescriptionprotectedAnnotationsAttribute(AnnotationInfo[] annotations) ParameterAnnotationInfo(int parameter, AnnotationInfo[] annotations) RuntimeInvisibleAnnotationsAttribute(AnnotationInfo[] annotations) RuntimeVisibleAnnotationsAttribute(AnnotationInfo[] annotations)