Hi,

The Classpath Hacker's Guide doesn't mention anything about annotations. Doing a quick grep of the sources, I see that, e.g., the "@Override" annotation is being handled in several different ways:

@Override
public void foo();

@Override public void foo();

public @Override void foo();

Do we have a standard?

Keith

Reply via email to