Reverse Engineering Java Code Comments

When you reverse engineer Java files, some comments may change form or position within the code.

Comment in original Java file

After reverse

Before the import declarations

Goes to header

Beginning with /*

Begins with //

At the end of the file below all the code

Goes to footer

Within a class but not within an operation

Is attached to the attribute or operation that immediately follows it