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