source:
trunk/grails-app/domain/dbnp/studycapturing/TemplateSubjectField.groovy
@
84
Last change on this file since 84 was 84, checked in by keesvb, 12 years ago | |
---|---|
File size: 210 bytes |
Line | |
---|---|
1 | package dbnp.studycapturing |
2 | |
3 | /** |
4 | * Instances of this class describe an extra (template) field for the Subject entity. |
5 | */ |
6 | class TemplateSubjectField extends TemplateField { |
7 | |
8 | static constraints = { |
9 | } |
10 | } |
Note: See TracBrowser
for help on using the repository browser.