Sign in
apache
/
grails-data-mapping
/
ecc608831967aee5f035b1bba28dee848aaa93e7
/
.
/
grails-data-neo4j
/
examples
/
test-data-service
/
grails-app
/
services
/
example
/
BookService.groovy
blob: 5b6a0eb728d074f6184187fcb7730b32a6125717 [
file
] [
log
] [
blame
]
package
example
import
grails
.
gorm
.
services
.
Service
@Service
(
Book
)
interface
BookService
{
Book
get
(
Serializable
id
)
}