Java tag


Introduce

When writing java type template, 
we can automatically get the java package name and class name through java tag

java tag

Note: the java class must be generated in the java source code folder, 
otherwise, cannot be finded.

Example:

Demo


We generate a file called HelloJmr.java, 
which generate the directory in the package tag.java.

Write the package and class tags in the template

Note:
1.java source code folder
2.package name
3.class name is the task name