For example, "{@literal<}V, B>" should render as "<V, B>" (that's how it works
with Eclipse's javadoc, at least). conversely, using "{@literal <}V, B>" (a
space before the literal) causes Eclipse's javadoc to render " <V, B>" (with a
space before the < -- it literally writes everything between "@literal" and
"}", so it's not a good workaround. (using < is a valid workaround, though.)
see
http://google-guice.googlecode.com/svn/trunk/javadoc/com/google/inject/spi/Provi
derWithExtensionVisitor.html for an example.
Original issue reported on code.google.com by sberlin on 5 Oct 2010 at 3:31
Original issue reported on code.google.com by
sberlin
on 5 Oct 2010 at 3:31