Package com.exedio.cope
Annotation Type CopeTypeColumnMinLength
Sets a lower limit for the length of the type column.
In general the length of the type column is determined from the longest
possible value in the type column. This annotation overrides this
for a longer length.
Setting this length may help you avoiding schema changes.
- See Also:
-
Required Element Summary
Required Elements
-
Element Details
-
value
int valuemust be greater zero
-