Storyyeller / Krakatau

Java decompiler, assembler, and disassembler
GNU General Public License v3.0
1.97k stars 220 forks source link

Handle annotations #86

Open Janmm14 opened 8 years ago

Janmm14 commented 8 years ago

Currently it looks like annotations are just ignored in Krakatau.

It would be nice to have at least runtime-visible annotations present.

Storyyeller commented 8 years ago

I think there's two main issues: how much work it will take and how useful it would be. Are there any cases where having annotations makes the code much easier to understand?

At any rate, it's complex enough that it's not going to happen for the forseeable future.