Package | Description |
---|---|
org.springframework.aop.target |
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.
|