Uses of Class
org.springframework.aop.target.EmptyTargetSource
Packages that use EmptyTargetSource Package Description org.springframework.aop.target Uses of EmptyTargetSource in org.springframework.aop.target
Fields in org.springframework.aop.target declared as EmptyTargetSource Modifier and Type Field Description static EmptyTargetSource
EmptyTargetSource. INSTANCE
The canonical (Singleton) instance of thisEmptyTargetSource
.Methods in org.springframework.aop.target that return EmptyTargetSource Modifier and Type Method 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.