We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b4511f commit 76d335aCopy full SHA for 76d335a
spring-context/src/main/java/org/springframework/jmx/export/annotation/ManagedOperationParameters.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2002-2022 the original author or authors.
+ * Copyright 2002-2025 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -39,6 +39,6 @@
39
@Documented
40
public @interface ManagedOperationParameters {
41
42
- ManagedOperationParameter[] value() default {};
+ ManagedOperationParameter[] value();
43
44
}
0 commit comments