Figure 2.73. Javadoc interface template
Lets you define the template for interface and annotation declarations.
Example 2.823. Interface declaration with generated Javadoc
/** * DOCME! * * @author $author$ * @version $Revision: #21 $, $Date: 2006/10/17 $ */ public interface Saveable { }