Tom Tromey wrote:
"Mario" == Mario Torre <[EMAIL PROTECTED]> writes:

@Override
public void foo();

Me too.  Three votes... maybe the motion passes?  :)

So that's several votes for this style already. One last question: what about comments/javadoc?

1) Before
@Override
/**
 * foo
 */

2) After
/**
 * foo
 */
@Override

I presume most people would prefer #1?

Keith

Reply via email to