您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
树
已过时
索引
帮助
概要:
字段 |
可选
|
必需
详细资料:
字段 |
元素
SEARCH:
程序包
io.github.mangocrisp.spring.taybct.tool.core.annotation
Annotation Interface EnhanceMethod
@Target
(
METHOD
)
@Retention
(
RUNTIME
)
@Documented
@Inherited
public @interface
EnhanceMethod
方法增强
在方法调用的时候对方法里面的输入参数和输出结果做一些处理
可选元素概要
可选元素
修饰符和类型
可选元素
说明
Class
<? extends
IMethodEnhanceHandler
>[]
handler
处理器(bean)
元素详细资料
handler
Class
<? extends
IMethodEnhanceHandler
>[]
handler
处理器(bean)
返回:
可以有多个处理器
默认值:
{}