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 EmptyTargetSourceEmptyTargetSource. INSTANCEThe canonical (Singleton) instance of thisEmptyTargetSource.Methods in org.springframework.aop.target that return EmptyTargetSource Modifier and Type Method Description static EmptyTargetSourceEmptyTargetSource. forClass(Class<?> targetClass)Return an EmptyTargetSource for the given target Class.static EmptyTargetSourceEmptyTargetSource. forClass(Class<?> targetClass, boolean isStatic)Return an EmptyTargetSource for the given target Class.