public abstract class AbstractInterceptor<T extends Annotation> extends Object implements org.noear.solon.core.aspect.Interceptor
| Constructor and Description |
|---|
AbstractInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
doIntercept(org.noear.solon.core.aspect.Invocation inv) |
abstract Class<T> |
type()
注解类型
|
abstract org.noear.solon.core.handle.Result |
verify(T anno,
org.noear.solon.core.aspect.Invocation inv)
验证
|
Copyright © 2025. All rights reserved.