Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图反编译一个包含 JUnit 测试的 .class 文件。我阅读了字节码,但没有看到@Test注解的任何线索(它在java源代码中使用)。
作为元数据,注释如何在字节码中表示?
注释出现在与之关联的事物的字节码之前。如果您没有看到注释,则可能是旧的反编译器(其中大部分是)