source: trunk/src/templates/artifacts/Service.groovy @ 400

Last change on this file since 400 was 128, checked in by gav, 15 years ago

Installed templates with grails install-templates

File size: 112 bytes
Line 
1@artifact.package@class @artifact.name@ {
2
3    boolean transactional = true
4
5    def serviceMethod() {
6
7    }
8}
Note: See TracBrowser for help on using the repository browser.