@Target(value={TYPE,METHOD,PARAMETER,FIELD}) @Retention(value=RUNTIME) public @interface Description
Modifier and Type | Optional Element and Description |
---|---|
String |
docuri
This uri, if set, will be used to retrieve
the content which will be set as WADL doc content
|
String |
lang
Maps to WADL doc/@xml:lang attribute
|
String |
target
Target of this description, see
DocTarget |
String |
title
Maps to WADL doc/@title attribute
|
String |
value
This value, if set, will be set as WADL doc content
|
public abstract String value
public abstract String lang
public abstract String title
public abstract String docuri
Apache CXF