|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
public @interface DescriptionCan 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 |
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 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||