Package org.apache.cxf.jaxrs.model.wadl
Annotation Type Description
-
@Target({TYPE,METHOD,PARAMETER,FIELD}) @Retention(RUNTIME) public @interface Description
Can be used to document resource classes and methods See WADL Documentation.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringdocuriThis uri, if set, will be used to retrieve the content which will be set as WADL doc contentStringlangMaps to WADL doc/@xml:lang attributeStringtargetTarget of this description, seeDocTargetStringtitleMaps to WADL doc/@title attributeStringvalueThis value, if set, will be set as WADL doc content
-
-
-
Element Detail
-
value
String value
This value, if set, will be set as WADL doc content- Default:
- ""
-
-
-
lang
String lang
Maps to WADL doc/@xml:lang attribute- Default:
- ""
-
-
-
title
String title
Maps to WADL doc/@title attribute- Default:
- ""
-
-
-
docuri
String docuri
This uri, if set, will be used to retrieve the content which will be set as WADL doc content- Default:
- ""
-
-