|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={TYPE,METHOD,PARAMETER}) @Retention(value=RUNTIME) public @interface Description
Can be used to document resource classes and methods See WADL Documentation.
Optional Element Summary | |
---|---|
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
public abstract String target
DocTarget
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |