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

c# - Reactive Extensions ControlScheduler -

ios - How to determine if NSLayoutConstraint is horizontal or vertical? -

javascript - Enable/Disable form elements and changing the values of button at a time? -