Am Fri, 02 May 2014 00:49:53 +0200
schrieb Gilles <gil...@harfang.homelinux.org>:
> In a context where people are fairly likely write documentation
> referring to generics, it's quite short-sighted to impose rules that
> lead to e.g. "List&lt;String>"
> IMO, that counts as _not_ readable.

You can use {@literal List<String>} which is a bit more readable. In
your case, you would probably use {@code List<String>} which also does
escaping on its own.

Greetings
Bernd

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to