class Foo { /** * Hello world. * *

More stuff here.

* * @param stuff {@code String} foo bar * @returns {@code Other} */ public static Other blah() { throw new Exception("before"); } }