JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
io.jenkins.plugins.mcp.server.annotation
Annotation Interface Tool
@Target
({
METHOD
,
ANNOTATION_TYPE
})
@Retention
(
RUNTIME
)
@Documented
public @interface
Tool
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
description
The description of the tool.
String
name
The name of the tool.
Element Details
name
String
name
The name of the tool. If not provided, the method name will be used.
Default:
""
description
String
description
The description of the tool. If not provided, the method name will be used.
Default:
""