Annotation Interface OslcMaxSize


@Documented @Target(METHOD) @Retention(RUNTIME) public @interface OslcMaxSize
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    int
    For String properties only, specifies maximum characters allowed.
  • Element Details

    • value

      int value
      For String properties only, specifies maximum characters allowed. If not set, then there is no maximum or maximum is specified elsewhere.