Uses of Class
aQute.bnd.classfile.AnnotationsAttribute
Packages that use AnnotationsAttribute
Package
Description
This package provides an object model and parser for Java class files.
-
Uses of AnnotationsAttribute in aQute.bnd.classfile
Classes in aQute.bnd.classfile with type parameters of type AnnotationsAttributeModifier and TypeInterfaceDescriptionstatic interface
Subclasses of AnnotationsAttribute in aQute.bnd.classfileModifier and TypeClassDescriptionclass
class
Methods in aQute.bnd.classfile with type parameters of type AnnotationsAttributeModifier and TypeMethodDescription(package private) static <A extends AnnotationsAttribute>
AAnnotationsAttribute.read
(DataInput in, ConstantPool constant_pool, AnnotationsAttribute.Constructor<A> constructor) -
Uses of AnnotationsAttribute in aQute.bnd.osgi
Methods in aQute.bnd.osgi with type parameters of type AnnotationsAttributeModifier and TypeMethodDescription(package private) <A extends AnnotationsAttribute>
Stream<AnnotationInfo>Clazz.ElementDef.annotationInfos
(Class<A> attributeType) Methods in aQute.bnd.osgi with parameters of type AnnotationsAttributeModifier and TypeMethodDescriptionprivate void
Clazz.processAnnotations
(AnnotationsAttribute attribute, Annotation.ElementType elementType, RetentionPolicy policy, int access_flags) private void
Clazz.visitAnnotations
(ClassDataCollector cd, AnnotationsAttribute attribute, Annotation.ElementType elementType, RetentionPolicy policy, int access_flags)