class Foo {
/**
* Hello world.
*
* <p>More stuff here.</p>
* @param stuff {@code String} foo bar
* @returns {@code Other}
*/
public static Other blah() {
throw new Exception("before");
}