the relative path of the file that will be generated.
When this option is omitted the output file is determined by the fully qualified name of the generated class.
Apparently, the option is required for resources (where fqcn is not available).
Default:
""
gather
public abstract boolean gather
Returns:
a flag to mark that the the specified template will gather all annotated resources, instead of being applied individually to every single one of them.
When gather is used the model feed to the template will be a map FQCN to TypeDef (where TypeDef is the representation of the class).