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.
我正在学习 Java 17,并且使用 JEP334(JVM 常量 API),我知道如何获取ClassDesc, MethodTypeDesc, MethodHandleDesc, DynamicConstantDesc.
ClassDesc
MethodTypeDesc
MethodHandleDesc
DynamicConstantDesc
但是这些对象能做什么呢?
在哪些应用场景中需要这些对象?
该库旨在供低级库使用,例如字节码解析和生成 API,如 ASM、反射库等。大多数 Java 开发人员不需要使用它。