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
 java.lang.String collectionTitle
           
 java.lang.String workspaceTitle
          allows grouping
 

Element Detail

workspaceTitle

public abstract java.lang.String workspaceTitle
allows grouping


collectionTitle

public abstract java.lang.String collectionTitle


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