static void printGreeting()

in example/src/main/groovy/lib/GroovyLib.groovy [3:5]


static void printGreeting() {
  println JavaLib.GREETING;
}