* or <code>null</code> if none found
* @throws BeansException in case of errors
* @deprecated as of Spring 2.0.1: Override <code>findAutowireCandidates</code> instead
*/
protected Map findMatchingBeans(Class requiredType) throws BeansException {
throw new FatalBeanException("Bean lookup by type not supported by this factory");
}