[ASM -> Java] I want to know how to remove all comments and documentations from the classes with the ASM library in Java. I'm asking here, because i dont found anything on google. Thank you very much in advance :)
Asked
Active
Viewed 82 times
1
-
1ASM operates on bytecode, not on sourcecode. There are no comments and documentation in bytecode. – M. le Rutte Jun 27 '18 at 18:24