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.aQute.bnd.osgi -
-
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 type parameters of type AnnotationInfo Modifier and Type Method Description (package private) static <A extends AnnotationInfo>
AAnnotationInfo. read(java.io.DataInput in, ConstantPool constant_pool, AnnotationInfo.Constructor<A> constructor)Methods in aQute.bnd.classfile that return AnnotationInfo Modifier and Type Method Description (package private) static AnnotationInfoAnnotationInfo. read(java.io.DataInput in, ConstantPool constant_pool)(package private) static AnnotationInfo[]AnnotationInfo. readInfos(java.io.DataInput in, ConstantPool constant_pool)Methods in aQute.bnd.classfile with parameters of type AnnotationInfo Modifier and Type Method Description (package private) static intAnnotationInfo. infos_length(AnnotationInfo[] annotations)AAnnotationsAttribute.Constructor. init(AnnotationInfo[] annotations)(package private) static voidAnnotationInfo. writeInfos(java.io.DataOutput out, ConstantPool constant_pool, 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) -
Uses of AnnotationInfo in aQute.bnd.osgi
Methods in aQute.bnd.osgi that return types with arguments of type AnnotationInfo Modifier and Type Method Description (package private) <A extends AnnotationsAttribute>
java.util.stream.Stream<AnnotationInfo>Clazz.ElementDef. annotationInfos(java.lang.Class<A> attributeType)(package private) java.util.function.Predicate<AnnotationInfo>Clazz.ElementDef. matches(java.lang.String binaryNameFilter)Methods in aQute.bnd.osgi with parameters of type AnnotationInfo Modifier and Type Method Description (package private) AnnotationClazz. newAnnotation(AnnotationInfo annotationInfo, Annotation.ElementType elementType, java.lang.annotation.RetentionPolicy policy, int access_flags)(package private) ParameterAnnotationClazz. newParameterAnnotation(int parameter, AnnotationInfo annotationInfo, Annotation.ElementType elementType, java.lang.annotation.RetentionPolicy policy, int access_flags)private voidClazz. processAnnotation(AnnotationInfo annotationInfo, Annotation.ElementType elementType, java.lang.annotation.RetentionPolicy policy, int access_flags)Method parameters in aQute.bnd.osgi with type arguments of type AnnotationInfo Modifier and Type Method Description private java.util.stream.Stream<ParameterAnnotation>Clazz.MethodDef. parameterAnnotations(ParameterAnnotationInfo parameterAnnotationInfo, java.util.function.Predicate<AnnotationInfo> matches, Annotation.ElementType elementType, java.lang.annotation.RetentionPolicy policy)
-