- DocDescription - Annotation Type in org.projectodd.jrapidoc.annotation
-
Annotation adding description support for:
JAX-RS API
Resource class
Resource method
Resource class constructor parameter
Resource class attribute
Resource class attribute setter method
Resource method parameter
JAX-WS API
SEI class
service method
service method parameter
- DocIsRequired - Annotation Type in org.projectodd.jrapidoc.annotation
-
Annotatation can be used for indication whether parameter is required or
optional
Can be placed on field, method parameter, constructor parameter ana setter
method
- DocPathExample - Annotation Type in org.projectodd.jrapidoc.annotation.rest
-
Annotatation can be used on resource class and resource method
Because javax.ws.rs.Path.value can contain regular expressions which are not
much readable, here can be placed example of path.
- DocReturn - Annotation Type in org.projectodd.jrapidoc.annotation.rest
-
Annotatation can be used on resource methods for customizing return option in
documentation.
- DocReturn - Annotation Type in org.projectodd.jrapidoc.annotation.soap
-
Annotatation can be used on web service method
It is used for customizing Java return type
- DocReturn.Structure - Enum in org.projectodd.jrapidoc.annotation.rest
-
- DocReturns - Annotation Type in org.projectodd.jrapidoc.annotation.rest
-
Annotatation can be used on resource method
If more than one return option can be returned use this wrapper for them
- DocReturns - Annotation Type in org.projectodd.jrapidoc.annotation.soap
-
Annotatation can be used on web service method
If more than one return option can be returned use this wrapper for them