Uses of Class
aQute.bnd.classfile.TypeAnnotationsAttribute
-
Packages that use TypeAnnotationsAttribute Package Description aQute.bnd.classfile This package provides an object model and parser for Java class files.aQute.bnd.osgi -
-
Uses of TypeAnnotationsAttribute in aQute.bnd.classfile
Classes in aQute.bnd.classfile with type parameters of type TypeAnnotationsAttribute Modifier and Type Interface Description static interfaceTypeAnnotationsAttribute.Constructor<A extends TypeAnnotationsAttribute>Subclasses of TypeAnnotationsAttribute in aQute.bnd.classfile Modifier and Type Class Description classRuntimeInvisibleTypeAnnotationsAttributeclassRuntimeVisibleTypeAnnotationsAttributeMethods in aQute.bnd.classfile with type parameters of type TypeAnnotationsAttribute Modifier and Type Method Description (package private) static <A extends TypeAnnotationsAttribute>
ATypeAnnotationsAttribute. read(java.io.DataInput in, ConstantPool constant_pool, TypeAnnotationsAttribute.Constructor<A> constructor) -
Uses of TypeAnnotationsAttribute in aQute.bnd.osgi
Methods in aQute.bnd.osgi with type parameters of type TypeAnnotationsAttribute 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 TypeAnnotationsAttribute Modifier and Type Method Description private voidClazz. processTypeAnnotations(TypeAnnotationsAttribute attribute, Annotation.ElementType elementType, java.lang.annotation.RetentionPolicy policy, int access_flags)private voidClazz. visitTypeAnnotations(ClassDataCollector cd, TypeAnnotationsAttribute attribute, Annotation.ElementType elementType, java.lang.annotation.RetentionPolicy policy, int access_flags)
-