Javadoc usage example snippet


/ Published in: Java
Save to your folder(s)

Template for creating a usage example in Javadoc blocks.


Copy this code and paste it in your HTML
  1. /**
  2.  * Provides {@code getToolName()} and {@code getToolDescription}. All
  3.  * other methods throw an {@link UnsupportedOperationException}.
  4.  * <p>
  5.  * <b>Usage Example</b>
  6.  * <p>
  7.  * <blockquote><pre>
  8.  * </pre></blockquote>
  9.  */

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.