Java Class comment
Posted
by sarah xia
on Stack Overflow
See other posts from Stack Overflow
or by sarah xia
Published on 2010-03-30T02:19:55Z
Indexed on
2010/03/30
2:23 UTC
Read the original article
Hit count: 508
comments
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
© Stack Overflow or respective owner