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:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    int
    must be greater zero
  • Element Details

    • value

      int value
      must be greater zero