Interface template

Lets you define the template for interface and annotation declarations.

Figure 2.74. Javadoc interface template

Javadoc interface template

Enter a valid Javadoc comment. The Preview window will update in real-time to reflect your changes.

Example 2.852. Interface declaration with generated Javadoc

/**
 * DOCME!
 *
 * @author $author$
 * @version $Revision: #22 $, $Date: 2007/08/15 $
 */
public interface Saveable {
}