Package org.apache.cxf.jaxrs.model.wadl
Annotation Type Description
Can be used to document resource classes and methods
See WADL Documentation.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionThis uri, if set, will be used to retrieve the content which will be set as WADL doc contentMaps to WADL doc/@xml:lang attributeTarget of this description, seeDocTargetMaps to WADL doc/@title attributeThis value, if set, will be set as WADL doc content
-
Element Details
-
value
String valueThis value, if set, will be set as WADL doc content- Default:
- ""
-
lang
String langMaps to WADL doc/@xml:lang attribute- Default:
- ""
-
title
String titleMaps to WADL doc/@title attribute- Default:
- ""
-
docuri
String docuriThis uri, if set, will be used to retrieve the content which will be set as WADL doc content- Default:
- ""
-
target
String targetTarget of this description, seeDocTarget- Default:
- ""
-