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


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface OslcResourceShape


Optional Element Summary
 String[] describes
          Type or types of resource described by this shape.
 String title
          Title of the resource shape.
 

title

public abstract String title
Title of the resource shape.

Default:
""

describes

public abstract String[] describes
Type or types of resource described by this shape.

Default:
{}


Copyright © 2012. All Rights Reserved.