| 程序包 | 说明 |
|---|---|
| net.hasor.cobble.dynamic |
| 类和说明 |
|---|
| DynamicClass
动态代理的标记接口,可以简单的通过 bean2 instanceof DynamicClass 形式来判断对象是否是一个 Aop 类。
|
| DynamicConfig
策略执行顺序:1. superClass、2. interceptorMethods、3. dynamicPropertyMap、4. implementMap、
|
| DynamicProperty
委托属性,aop 组建提供一种新型的属性形态,传统的bean的get/set方法是针对一个私有字段。
|
| MethodInterceptor
Intercepts calls on an interface on its way to the target.
|
| MethodInvocation
Description of an invocation to a method, given to an interceptor
upon method-call.
|
| ProxyFactory |
| ReadWriteType
属性的读写特性
|
[Web Site]