Uses of Class
aQute.bnd.classfile.ParameterAnnotationsAttribute
-
Packages that use ParameterAnnotationsAttribute Package Description aQute.bnd.classfile This package provides an object model and parser for Java class files.aQute.bnd.osgi -
-
Uses of ParameterAnnotationsAttribute in aQute.bnd.classfile
Classes in aQute.bnd.classfile with type parameters of type ParameterAnnotationsAttribute Modifier and Type Interface Description static interfaceParameterAnnotationsAttribute.Constructor<A extends ParameterAnnotationsAttribute>Subclasses of ParameterAnnotationsAttribute in aQute.bnd.classfile Modifier and Type Class Description classRuntimeInvisibleParameterAnnotationsAttributeclassRuntimeVisibleParameterAnnotationsAttributeMethods in aQute.bnd.classfile with type parameters of type ParameterAnnotationsAttribute Modifier and Type Method Description (package private) static <A extends ParameterAnnotationsAttribute>
AParameterAnnotationsAttribute. read(java.io.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 ParameterAnnotationsAttribute Modifier and Type Method Description (package private) <A extends ParameterAnnotationsAttribute>
java.util.stream.Stream<ParameterAnnotationInfo>Clazz.MethodDef. parameterAnnotationInfos(java.lang.Class<A> attributeType)Methods in aQute.bnd.osgi with parameters of type ParameterAnnotationsAttribute Modifier and Type Method Description private voidClazz. processParameterAnnotations(ParameterAnnotationsAttribute attribute, Annotation.ElementType elementType, java.lang.annotation.RetentionPolicy policy, int access_flags)private voidClazz. visitParameterAnnotations(ClassDataCollector cd, ParameterAnnotationsAttribute attribute, Annotation.ElementType elementType, java.lang.annotation.RetentionPolicy policy, int access_flags)
-