@Inherited @Target(value={METHOD,TYPE}) @Retention(value=RUNTIME) @Documented public @interface Around
{@code| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends Interceptor> |
value
调用处理程序
|
| Modifier and Type | Optional Element and Description |
|---|---|
int |
index
调用顺位
|
public abstract Class<? extends Interceptor> value
Copyright © 2025. All rights reserved.