polishing

This commit is contained in:
Juergen Hoeller
2009-03-23 14:15:47 +00:00
parent 4344832a47
commit d42e24a752
3 changed files with 9 additions and 3 deletions

View File

@@ -209,7 +209,7 @@ $ * <p>Does not consider any hierarchy this factory may participate in.
* @see BeanFactoryUtils#beansOfTypeIncludingAncestors(ListableBeanFactory, Class, boolean, boolean)
*/
<T> Map<String, T> getBeansOfType(Class<T> type, boolean includeNonSingletons, boolean allowEagerInit)
throws BeansException;
throws BeansException;
/**
* Find all beans whose <code>Class</code> has the supplied {@link java.lang.annotation.Annotation} type.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2007 the original author or authors.
* Copyright 2002-2009 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -17,7 +17,7 @@
package org.springframework.beans.factory.parsing;
/**
* Empty implementation of the ReaderEventListener interface,
* Empty implementation of the {@link ReaderEventListener} interface,
* providing no-op implementations of all callback methods.
*
* @author Juergen Hoeller