Description : |
With an import statement, you can import meta models, templates or services. Every template should starts with an import statement. |
Syntax : |
An import statement starts with <% (or [%) and end with %> (or %]). Using [% is very useful when generating JSP or XML files for example. The first import should always be the meta model used. The other statements may refer to other templates or Java services. Files extension are required only for meta model import. |
Example : |
![]() |