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

More stuff here.

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