org.apache.wink.common.annotations
Annotation Type Workspace


@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Workspace

Allows automatic contruction of APP service document.

The automatic construction can result in using href with wildcards.


Required Element Summary
 String collectionTitle
           
 String workspaceTitle
          allows grouping
 

Element Detail

workspaceTitle

public abstract String workspaceTitle
allows grouping


collectionTitle

public abstract String collectionTitle


Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.