Skip to content

Commit

Permalink
Add the current date to the generated meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-V committed Oct 1, 2015
1 parent d3d5a56 commit e54b217
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import com.gwtplatform.dispatch.rest.delegates.client.AbstractResourceDelegate;

#printImports($imports)

@Generated("$processor.qualifiedName")
@Generated(value = "$processor.qualifiedName", date = "$processingDate")
public class $impl.simpleName extends AbstractResourceDelegate<$resourceType.parameterizedName>
implements $resourceType {
private final $resourceType.parameterizedName resource;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

#* @vtlvariable name="impl" type="com.gwtplatform.processors.tools.domain.Type" *#
#* @vtlvariable name="processor" type="com.gwtplatform.processors.tools.domain.Type" *#
#* @vtlvariable name="processingDate" type="java.lang.String" *#
#* @vtlvariable name="imports" type="java.util.Collection<java.lang.String>" *#

#* @vtlvariable name="methodSuffix" type="java.lang.String" file="com/gwtplatform/dispatch/rest/delegates/processors/DelegateMethod.vm" *#
Expand Down

0 comments on commit e54b217

Please sign in to comment.