Hey! I'm currently writing a static analyser and for this I need to scan class files for annotations. I was able to do this for class and method annotations but I couldn't find a way to figure out parameter annotations. I found in the archive that it should be possible, but not how! I'm using the last version from the repository. Would be great if someone could help me!
Christoph