Last change
on this file since 35 was
31,
checked in by gajula, 13 years ago
|
Added Keyword Expansion *.groovy
|
-
Property svn:keywords set to
Rev Author Date
|
File size:
270 bytes
|
Line | |
---|
1 | /** |
---|
2 | * Species Domain |
---|
3 | * |
---|
4 | * @author email2gajula@gmail.com |
---|
5 | * @since 20091019 |
---|
6 | * |
---|
7 | * Revision information: |
---|
8 | * $Rev: 31 $ |
---|
9 | * $Author: keesvb $ |
---|
10 | * $Date: 2009-10-26 14:17:02 +0000 (ma, 26 okt 2009) $ |
---|
11 | */ |
---|
12 | |
---|
13 | class DataType { |
---|
14 | |
---|
15 | String name |
---|
16 | Date created |
---|
17 | Date modified |
---|
18 | |
---|
19 | static constraints = { |
---|
20 | } |
---|
21 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.