Uses of Class
aQute.bnd.classfile.AnnotationsAttribute
-
Packages that use AnnotationsAttribute Package Description aQute.bnd.classfile This package provides an object model and parser for Java class files.aQute.bnd.osgi -
-
Uses of AnnotationsAttribute in aQute.bnd.classfile
Classes in aQute.bnd.classfile with type parameters of type AnnotationsAttribute Modifier and Type Interface Description static interface
AnnotationsAttribute.Constructor<A extends AnnotationsAttribute>
Subclasses of AnnotationsAttribute in aQute.bnd.classfile Modifier and Type Class Description class
RuntimeInvisibleAnnotationsAttribute
class
RuntimeVisibleAnnotationsAttribute
Methods in aQute.bnd.classfile with type parameters of type AnnotationsAttribute Modifier and Type Method Description (package private) static <A extends AnnotationsAttribute>
AAnnotationsAttribute. read(java.io.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 AnnotationsAttribute Modifier and Type Method Description (package private) <A extends AnnotationsAttribute>
java.util.stream.Stream<AnnotationInfo>Clazz.ElementDef. annotationInfos(java.lang.Class<A> attributeType)
Methods in aQute.bnd.osgi with parameters of type AnnotationsAttribute Modifier and Type Method Description private void
Clazz. processAnnotations(AnnotationsAttribute attribute, Annotation.ElementType elementType, java.lang.annotation.RetentionPolicy policy, int access_flags)
private void
Clazz. visitAnnotations(ClassDataCollector cd, AnnotationsAttribute attribute, Annotation.ElementType elementType, java.lang.annotation.RetentionPolicy policy, int access_flags)
-