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