You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JDK 24+ ships a classfile API which is a built-in replacement for ASM. https://github.com/raphw/asm-jdk-bridge is available which uses this classfile API to create ASM object, which can make the transition to this API smooth.
JDK 24+ ships a classfile API which is a built-in replacement for ASM.
https://github.com/raphw/asm-jdk-bridge is available which uses this classfile API to create ASM object, which can make the transition to this API smooth.