Package com.exedio.cope
Annotation Type CopeTypeColumnMinLength
-
@Target(TYPE) @Retention(RUNTIME) public @interface 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:
SchemaInfo.getTypeColumnValue(Type)
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description int
value
must be greater zero
-