Java Class comment
- by sarah xia
Hi,
The developer guide in my company says class comments should go before Package statements, i.e it sould be the very first thing in a java file.
I just find it a bit old. Isn't it normal practice to put class comments after import and above class declaration?
Puzzled Sarah