Uses of Class
aQute.bnd.osgi.ParameterAnnotation
-
Packages that use ParameterAnnotation Package Description aQute.bnd.osgi -
-
Uses of ParameterAnnotation in aQute.bnd.osgi
Methods in aQute.bnd.osgi that return ParameterAnnotation Modifier and Type Method Description (package private) ParameterAnnotationClazz. newParameterAnnotation(int parameter, AnnotationInfo annotationInfo, Annotation.ElementType elementType, java.lang.annotation.RetentionPolicy policy, int access_flags)Methods in aQute.bnd.osgi that return types with arguments of type ParameterAnnotation Modifier and Type Method Description private java.util.stream.Stream<ParameterAnnotation>Clazz.MethodDef. parameterAnnotations(ParameterAnnotationInfo parameterAnnotationInfo, java.util.function.Predicate<AnnotationInfo> matches, Annotation.ElementType elementType, java.lang.annotation.RetentionPolicy policy)java.util.stream.Stream<ParameterAnnotation>Clazz.MethodDef. parameterAnnotations(java.lang.String binaryNameFilter)
-