Constructor template

Lets you define the template for constructor declarations.

Figure 2.77. Javadoc constructor template

Javadoc constructor template

Example 2.855. Constructor declaration with generated Javadoc

/**
 * DOCME!
 *
 * @param source DOCME!
 */
public CompilationUnit(String source) {
}