@Retention(RetentionPolicy.RUNTIME) @Target({ ElementType.TYPE }) @GroovyASTTransformationClass("org.grails.datastore.gorm.services.transform.ServiceTransformation") public @interface Service
Makes any class into a GORM Service
| Type | Name and Description |
|---|---|
Class<? extends ServiceImplementerAdapter>[] |
adapters
|
Class<? extends ServiceImplementer>[] |
implementers
|
String |
name
|
Class |
value
|