Export .class/.jar declarations to XML

OwecyAccera

New Member
I'm new to Java, and I need something. I have some .jar files and some .class files, and I want to convert its declarations to a XML, not the code itself, just the declarations. I need a result similar to CodeDom, I mean, classes with its methods, fields, enum declarations, interfaces, etc.Thanks in advance.
 
Back
Top