JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.soklet.annotation
McpEndpointPathParameter
Contents
Description
Optional Element Summary
Element Details
value
Hide sidebar
Show sidebar
Annotation Interface McpEndpointPathParameter
@Target
(
PARAMETER
)
@Retention
(
RUNTIME
)
public @interface
McpEndpointPathParameter
Applies to MCP handler method parameters that should be bound from the resolved endpoint path.
Author:
Mark Allen
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
@Nullable
String
value
Specifies the endpoint path parameter name to bind.
Element Details
value
@Nullable
String
value
Specifies the endpoint path parameter name to bind.
Returns:
the endpoint path parameter name, or an empty string to infer it from the Java parameter name
Default:
""