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 841d9fb commit f7fef93Copy full SHA for f7fef93
spring-core/src/main/java/org/springframework/util/MethodInvoker.java
@@ -127,7 +127,7 @@ public void setStaticMethod(String staticMethod) {
127
* Set arguments for the method invocation. If this property is not set,
128
* or the Object array is of length 0, a method with no arguments is assumed.
129
*/
130
- public void setArguments(@Nullable Object... arguments) {
+ public void setArguments(@Nullable Object @Nullable ... arguments) {
131
this.arguments = arguments;
132
}
133
0 commit comments