Constructor template

Figure 2.76. Javadoc constructor template

Javadoc constructor template

Lets you define the template for constructor declarations.

Example 2.826. Constructor declaration with generated Javadoc

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