Last change
on this file since 790 was
790,
checked in by duh, 10 years ago
|
- removed Nimble plugin as it breaks war deployments on Tomcat
|
-
Property svn:keywords set to
Author Rev Date
|
File size:
259 bytes
|
Line | |
---|
1 | /** |
---|
2 | * User Domain Class |
---|
3 | * |
---|
4 | * Description of my domain class |
---|
5 | * |
---|
6 | * @author your email (+name?) |
---|
7 | * @since 2010mmdd |
---|
8 | * @package ??? |
---|
9 | * |
---|
10 | * Revision information: |
---|
11 | * $Rev: 790 $ |
---|
12 | * $Author: duh $ |
---|
13 | * $Date: 2010-08-09 12:29:35 +0000 (ma, 09 aug 2010) $ |
---|
14 | */ |
---|
15 | package nimble |
---|
16 | |
---|
17 | class User { |
---|
18 | static constraints = { |
---|
19 | } |
---|
20 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.