Application Platform 10.3 | Application Platform API | webMethods Tag Library for JSP | <webm:comment>
 
<webm:comment>
Use the <webm:comment> tag to add a comment to the JSP.
Syntax
<webm:comment>comment</webm:comment>
Example
<webm:comment>
Use this JSP to generate an order list from any document that contains
a purchase item number, quantity, description, and PO number.
</webm:comment>
Note:
You can also use the HTML comment syntax <!-- comment --> to include comments in JSP code.