org.eclipse.lyo.oslc4j.core.annotation
Annotation Type OslcReadOnly


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface OslcReadOnly


Optional Element Summary
 boolean value
          True if the property is read-only.
 

value

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

Default:
true


Copyright © 2013. All Rights Reserved.