in src/main/java/org/apache/maven/shared/dependency/analyzer/asm/DefaultMethodVisitor.java [93:98]
public AnnotationVisitor visitLocalVariableAnnotation(
int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, String desc, boolean visible) {
resultCollector.addDesc(usedByClass, desc);
return annotationVisitor;
}