@Retention(value=RUNTIME) @Target(value=TYPE) @Documented @Import(value=FormServiceRegistrar.class) @Repeatable(value=FormServiceScans.class) public @interface FormServiceScan
| 限定符和类型 | 可选元素和说明 |
|---|---|
Class<? extends IMethodAround> |
around
切面处理, 继承 IMethodAround 接口类
|
String[] |
value
api接口定义路径列表
|
public abstract String[] value
public abstract Class<? extends IMethodAround> around
Copyright © 2023. All rights reserved.