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 163bad3 commit ea9b1fcCopy full SHA for ea9b1fc
spring-web/src/main/java/org/springframework/web/service/annotation/PutExchange.java
@@ -40,13 +40,13 @@
40
* Alias for {@link HttpExchange#value}.
41
*/
42
@AliasFor(annotation = HttpExchange.class)
43
- String[] value() default {};
+ String value() default "";
44
45
/**
46
* Alias for {@link HttpExchange#url()}.
47
48
49
- String[] url() default {};
+ String url() default "";
50
51
52
* Alias for {@link HttpExchange#contentType()}.
0 commit comments