source:
trunk/grails-app/domain/magetab/sdrf/ArrayDataMatrix.groovy
@
58
Last change on this file since 58 was 58, checked in by ademcan, 14 years ago | |
---|---|
File size: 109 bytes |
Line | |
---|---|
1 | package magetab.sdrf |
2 | |
3 | class ArrayDataMatrix { |
4 | |
5 | DataMatrix dataMatrix |
6 | |
7 | static constraints = { |
8 | } |
9 | } |
Note: See TracBrowser
for help on using the repository browser.