注释类型 ModuleExecute
@Retention(RUNTIME) @Target(METHOD) @Documented public @interface ModuleExecute
用于指定自定义的业务执行逻辑
- 作者:
- yaohu
-
必需元素概要
所需元素 修饰符和类型 必需的元素 说明 Class<? extends IModuleExecutor>execute
-
元素详细资料
-
execute
Class<? extends IModuleExecutor> execute
-