public class JdkProxyEngine extends Object implements ProxyEngine
| Constructor and Description |
|---|
JdkProxyEngine() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
proxy(T target,
Aspect aspect)
创建代理
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitproxypublic <T> T proxy(T target,
Aspect aspect)
ProxyEngineproxy in interface ProxyEngineT - 代理对象类型target - 被代理对象aspect - 切面实现Copyright © 2025. All rights reserved.