Search code examples
javabytecodebcel

Could I add the comments to my java class with the BCEL?


1.Could I add the comments to my existing java class with the BCEL? 2.Could I add the comments to my newly manually generated java class with the BCEL?


Solution

  • BCEL manipulates byte code. Byte code doesn't contain any comments.