Field template

Lets you define the template for field declarations.

Figure 2.76. Javadoc field template

Javadoc field template

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

Example 2.854. Field declaration with generated Javadoc

/** DOCME! */
public String name;