曼珠沙華

Results 4 issues of 曼珠沙華

## About adding, modifying and deleting annotations I found that Recaf has no feature about modifying annotations. Why not add it?

enhancement

https://openjdk.org/jeps/8307341

MANIFEST.MF Multi-Release: true multirelease.jar ├── META-INF │ └── versions │ └── 9 │ └── multirelease │ └── Helper.class ├── multirelease ├── Helper.class └── Main.class

enhancement
help wanted

In Java 8 or better, see [jls](https://docs.oracle.com/javase/specs/jls/se8/html/jls-15.html#jls-15.16). We can construct a lambda based instance for interfaces. ```java package tech.skidonion.identifiersobfuscating; import java.util.ArrayList; import java.util.List; public class LambdaTest { interface SAMInterfaceA {...