package grails; public class Top { protected void foo() { System.out.println("grails.Top.foo() running"); } }