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


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

Array or collection of these elements where value is true will not be presented as a query result.


Optional Element Summary
 boolean value
          True if the now ResponseInfo is to be generated for array or collection of elements with this annotation
 

value

public abstract boolean value
True if the now ResponseInfo is to be generated for array or collection of elements with this annotation

Default:
true


Copyright © 2013. All rights reserved.