import org.codehaus.groovy.grails.plugins.springsecurity.Secured abstract class BaseController { def whatsit() { } }