| 程序包 | 说明 |
|---|---|
| org.springframework.aop.target |
| 限定符和类型 | 字段和说明 |
|---|---|
static EmptyTargetSource |
EmptyTargetSource.INSTANCE
The canonical (Singleton) instance of this
EmptyTargetSource. |
| 限定符和类型 | 方法和说明 |
|---|---|
static EmptyTargetSource |
EmptyTargetSource.forClass(Class<?> targetClass)
Return an EmptyTargetSource for the given target Class.
|
static EmptyTargetSource |
EmptyTargetSource.forClass(Class<?> targetClass,
boolean isStatic)
Return an EmptyTargetSource for the given target Class.
|