JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required
|
Optional
Detail:
Field |
Element
SEARCH
Package
com.linecorp.armeria.server.annotation
Annotation Interface Path
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
@Repeatable
(
Paths.class
)
public @interface
Path
Annotation for mapping dynamic web requests onto specific method.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
A path pattern for the annotated method.
Element Details
value
String
value
A path pattern for the annotated method.