Search This Blog

Multiple line code example in Javadoc comment


/**
* <pre>
* {@code
* Set<String> s;
* System.out.println(s);
* }
* </pre>
*/
Detail at stackoverflow

No comments:

Post a Comment