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.
@Nullable
MethodInvoker::setArguments
1 parent 12146c4 commit c71786cCopy full SHA for c71786c
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