All Downloads are FREE. Search and download functionalities are using the official Maven repository.

codegen.templates.include.builder-method-javadoc.fmpp Maven / Gradle / Ivy

There is a newer version: 0.6
Show newest version
<#macro builderMethodJavadoc def method> 
	/**
	 * ${method.desc}
	 * 

* Note that the method returns {@code this} builder to allow for command * chaining. The command itself is returned by the {@link #build()} method. * See {@link Unix4jCommandBuilder class comments} for more information. * <#foreach arg in method.args> * @param ${arg} ${def.operands[arg].desc} * @return {@code this} builder to allow for method chaining; method * chaining is used here to create command chains; adding a command * to the chain usually means that the previous command pipes * its output to the next command (the pipe symbol in unix) */





© 2015 - 2024 Weber Informatics LLC | Privacy Policy