Apache CXF API

org.apache.cxf.jaxrs.ext
Annotation Type Description


@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
public @interface Description

Can be used to document resource classes and methods See WADL Documentation.


Optional Element Summary
 java.lang.String docuri
          This uri, if set, will be used to retrieve the content which will be set as WADL doc content
 java.lang.String lang
          Maps to WADL doc/@xml:lang attribute
 java.lang.String title
          Maps to WADL doc/@title attribute
 java.lang.String value
          This value, if set, will be set as WADL doc content
 

value

public abstract java.lang.String value
This value, if set, will be set as WADL doc content

Default:
""

lang

public abstract java.lang.String lang
Maps to WADL doc/@xml:lang attribute

Default:
""

title

public abstract java.lang.String title
Maps to WADL doc/@title attribute

Default:
""

docuri

public abstract java.lang.String docuri
This uri, if set, will be used to retrieve the content which will be set as WADL doc content

Default:
""

Apache CXF API

Apache CXF