JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Module
io.helidon.common.http
Package
io.helidon.common.http
Annotation Interface Path
@Target
({
TYPE
,
METHOD
})
@Retention
(
RUNTIME
)
@Documented
public @interface
Path
Path of an endpoint, or sub-path of a method.
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
value
Path to use, defaults to
/
.
Element Details
value
String
value
Path to use, defaults to
/
.
Returns:
path to use
Default:
"/"