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

templates.expression.t.invocation Maven / Gradle / Ivy

There is a newer version: 2.7.3
Show newest version
.if ( is_event_creation )
new ${base_name}.${self.invoked_name}(getRunContext(), context().getId()\
  .if ( "" != parameter_list )
, ${parameter_list}\
  .end if
)\
.else
${base_name}.${self.invoked_name}(${parameter_list})\
.end if




© 2015 - 2025 Weber Informatics LLC | Privacy Policy