/ Published in: Java
Template for creating a usage example in Javadoc blocks.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/** * Provides {@code getToolName()} and {@code getToolDescription}. All * other methods throw an {@link UnsupportedOperationException}. * <p> * <b>Usage Example</b> * <p> * <blockquote><pre> * </pre></blockquote> */