public interface ProxyEngine
Modifier and Type | Method and Description |
---|---|
<T> T |
proxy(T target,
Aspect aspect)
创建代理
|
default <T> T |
proxy(T target,
Class<? extends Aspect> aspectClass)
创建代理
|
<T> T proxy(T target, Aspect aspect)
T
- 代理对象类型target
- 被代理对象aspect
- 切面实现Copyright © 2025. All rights reserved.