Polish Javadoc for InjectionMetadata.forElements()

This commit is contained in:
izeye 2020-11-12 08:21:19 +09:00 committed by Juergen Hoeller
parent 3851b291da
commit bc32d513d9
1 changed files with 1 additions and 2 deletions

View File

@ -141,8 +141,7 @@ public class InjectionMetadata {
* Return an {@code InjectionMetadata} instance, possibly for empty elements.
* @param elements the elements to inject (possibly empty)
* @param clazz the target class
* @return a new {@link #InjectionMetadata(Class, Collection)} instance,
* or {@link #EMPTY} in case of no elements
* @return a new {@link #InjectionMetadata(Class, Collection)} instance
* @since 5.2
*/
public static InjectionMetadata forElements(Collection<InjectedElement> elements, Class<?> clazz) {