Uses of Class
aQute.bnd.classfile.TypeAnnotationsAttribute
Packages that use TypeAnnotationsAttribute
Package
Description
This package provides an object model and parser for Java class files.
-
Uses of TypeAnnotationsAttribute in aQute.bnd.classfile
Classes in aQute.bnd.classfile with type parameters of type TypeAnnotationsAttributeModifier and TypeInterfaceDescriptionstatic interface
Subclasses of TypeAnnotationsAttribute in aQute.bnd.classfileModifier and TypeClassDescriptionclass
class
Methods in aQute.bnd.classfile with type parameters of type TypeAnnotationsAttributeModifier and TypeMethodDescription(package private) static <A extends TypeAnnotationsAttribute>
ATypeAnnotationsAttribute.read
(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 TypeAnnotationsAttributeModifier and TypeMethodDescription(package private) <A extends TypeAnnotationsAttribute>
Stream<TypeAnnotationInfo>Clazz.ElementDef.typeAnnotationInfos
(Class<A> attributeType) (package private) <A extends TypeAnnotationsAttribute>
Stream<TypeAnnotationInfo>Clazz.MethodDef.typeAnnotationInfos
(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 TypeAnnotationsAttributeModifier and TypeMethodDescriptionprivate void
Clazz.processTypeAnnotations
(TypeAnnotationsAttribute attribute, Annotation.ElementType elementType, RetentionPolicy policy, int access_flags) private void
Clazz.visitTypeAnnotations
(ClassDataCollector cd, TypeAnnotationsAttribute attribute, Annotation.ElementType elementType, RetentionPolicy policy, int access_flags)