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 interface
AnnotationInfo.Constructor<A extends AnnotationInfo>
Subclasses of AnnotationInfo in aQute.bnd.classfileFields in aQute.bnd.classfile declared as AnnotationInfoModifier and TypeFieldDescriptionfinal AnnotationInfo[]
AnnotationsAttribute.annotations
final AnnotationInfo[]
ParameterAnnotationInfo.annotations
Methods in aQute.bnd.classfile with parameters of type AnnotationInfoModifier and TypeMethodDescriptionAnnotationsAttribute.Constructor.init
(AnnotationInfo[] annotations) Constructors in aQute.bnd.classfile with parameters of type AnnotationInfoModifierConstructorDescriptionprotected
AnnotationsAttribute
(AnnotationInfo[] annotations) ParameterAnnotationInfo
(int parameter, AnnotationInfo[] annotations) RuntimeInvisibleAnnotationsAttribute
(AnnotationInfo[] annotations) RuntimeVisibleAnnotationsAttribute
(AnnotationInfo[] annotations)