Directive


Introduce

In the template, you need to define some of the directives,
They are not used to generate, but are essential structures.
● Compiler declaration: used to define template compilation information.
● Import declaration: import java, similar to jsp's import.
● Comment: template comment.

Catalog