grails - Groovy strange notation -


I downloaded the camel project () written in Groove and noted the file with a strange notation:

package $ {package}

And there is a similar thing in another project:

package org.codenarc. Rule $ {RuleCategory}

As far as I know this Groovy is not valid in syntax. Is there a special tool to deal with this?

Thank you!

those views such as groovy template files

Those files are used to generate other Groovy source files


Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -