Annotation Interface OslcReadOnly


@Documented @Target(METHOD) @Retention(RUNTIME) public @interface OslcReadOnly
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    True if the property is read-only.
  • Element Details

    • value

      boolean value
      True if the property is read-only. If not set, or set to false, then the property is writable.
      Default:
      true