I have to restart Grails after my Controller class changes. If for example I change
class FooController extends RestfulController<Foo>
into
class FooController //extends RestfulController<Barcode>
Is there a way not to restart it? (takes ages)