Changeset 1588 for trunk/src/templates
- Timestamp:
- Mar 4, 2011, 12:30:52 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/artifacts/Service.groovy
r1580 r1588 9 9 * 10 10 * Revision information: 11 * $Rev $12 * $Author $13 * $Date $11 * $Rev: 1430 $ 12 * $Author: work@osx.eu $ 13 * $Date: 2011-01-21 21:05:36 +0100 (Fri, 21 Jan 2011) $ 14 14 */ 15 15 @artifact.package@class @artifact.name@ { 16 16 17 booleantransactional = true17 static transactional = true 18 18 19 19 def serviceMethod() {
Note: See TracChangeset
for help on using the changeset viewer.