blob: 960af6c28c268566387950317015c6271abf24d0 [file] [log] [blame]
package example
import grails.gorm.services.Service
@Service(Book)
interface BookService {
Book find(String title)
}