public class ToolParamAnno extends Object implements ToolParam
| Constructor and Description |
|---|
ToolParamAnno(String name,
String description,
boolean required) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Annotation> |
annotationType() |
String |
description()
描述
|
static ToolParam |
fromMapping(org.noear.solon.annotation.Param anno) |
String |
name()
名字
|
boolean |
required()
是否必须
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, toStringpublic static ToolParam fromMapping(org.noear.solon.annotation.Param anno)
public String name()
public String description()
public boolean required()
public Class<? extends Annotation> annotationType()
annotationType in interface AnnotationCopyright © 2025. All rights reserved.