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