Package | Description |
---|---|
org.springframework.aop.target |
This package contains implementations of the org.springframework.aop.TargetSource interface.
|
Modifier and Type | Field and Description |
---|---|
static EmptyTargetSource |
EmptyTargetSource.INSTANCE
The canonical (Singleton) instance of this
EmptyTargetSource . |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2015. All rights reserved.