We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3851b29 commit bc32d51Copy full SHA for bc32d51
spring-beans/src/main/java/org/springframework/beans/factory/annotation/InjectionMetadata.java
@@ -141,8 +141,7 @@ public void clear(@Nullable PropertyValues pvs) {
141
* Return an {@code InjectionMetadata} instance, possibly for empty elements.
142
* @param elements the elements to inject (possibly empty)
143
* @param clazz the target class
144
- * @return a new {@link #InjectionMetadata(Class, Collection)} instance,
145
- * or {@link #EMPTY} in case of no elements
+ * @return a new {@link #InjectionMetadata(Class, Collection)} instance
146
* @since 5.2
147
*/
148
public static InjectionMetadata forElements(Collection<InjectedElement> elements, Class<?> clazz) {
0 commit comments