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