Uses of Class
aQute.bnd.classfile.TypeAnnotationInfo
-
Packages that use TypeAnnotationInfo Package Description aQute.bnd.classfile This package provides an object model and parser for Java class files.aQute.bnd.osgi -
-
Uses of TypeAnnotationInfo in aQute.bnd.classfile
Fields in aQute.bnd.classfile declared as TypeAnnotationInfo Modifier and Type Field Description TypeAnnotationInfo[]TypeAnnotationsAttribute. type_annotationsMethods in aQute.bnd.classfile that return TypeAnnotationInfo Modifier and Type Method Description (package private) static TypeAnnotationInfoTypeAnnotationInfo. read(java.io.DataInput in, ConstantPool constant_pool)Methods in aQute.bnd.classfile with parameters of type TypeAnnotationInfo Modifier and Type Method Description ATypeAnnotationsAttribute.Constructor. init(TypeAnnotationInfo[] type_annotations)Constructors in aQute.bnd.classfile with parameters of type TypeAnnotationInfo Constructor Description RuntimeInvisibleTypeAnnotationsAttribute(TypeAnnotationInfo[] type_annotations)RuntimeVisibleTypeAnnotationsAttribute(TypeAnnotationInfo[] type_annotations)TypeAnnotationsAttribute(TypeAnnotationInfo[] type_annotations) -
Uses of TypeAnnotationInfo in aQute.bnd.osgi
Methods in aQute.bnd.osgi that return types with arguments of type TypeAnnotationInfo Modifier and Type Method Description (package private) <A extends TypeAnnotationsAttribute>
java.util.stream.Stream<TypeAnnotationInfo>Clazz.ElementDef. typeAnnotationInfos(java.lang.Class<A> attributeType)(package private) <A extends TypeAnnotationsAttribute>
java.util.stream.Stream<TypeAnnotationInfo>Clazz.MethodDef. typeAnnotationInfos(java.lang.Class<A> attributeType)We must also look in the method's Code attribute for type annotations.Methods in aQute.bnd.osgi with parameters of type TypeAnnotationInfo Modifier and Type Method Description (package private) TypeAnnotationClazz. newTypeAnnotation(TypeAnnotationInfo annotationInfo, Annotation.ElementType elementType, java.lang.annotation.RetentionPolicy policy, int access_flags)
-