Skip to content

Commit cbdfe81

Browse files
izeyesdeleuze
authored andcommitted
Add Javadoc since for headers() in Delete/Patch/Post/PutExchange
See gh-33309 Closes gh-33723
1 parent ac458be commit cbdfe81

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

spring-web/src/main/java/org/springframework/web/service/annotation/DeleteExchange.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262

6363
/**
6464
* Alias for {@link HttpExchange#headers()}.
65+
* @since 6.2
6566
*/
6667
@AliasFor(annotation = HttpExchange.class)
6768
String[] headers() default {};

spring-web/src/main/java/org/springframework/web/service/annotation/PatchExchange.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262

6363
/**
6464
* Alias for {@link HttpExchange#headers()}.
65+
* @since 6.2
6566
*/
6667
@AliasFor(annotation = HttpExchange.class)
6768
String[] headers() default {};

spring-web/src/main/java/org/springframework/web/service/annotation/PostExchange.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262

6363
/**
6464
* Alias for {@link HttpExchange#headers()}.
65+
* @since 6.2
6566
*/
6667
@AliasFor(annotation = HttpExchange.class)
6768
String[] headers() default {};

spring-web/src/main/java/org/springframework/web/service/annotation/PutExchange.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262

6363
/**
6464
* Alias for {@link HttpExchange#headers()}.
65+
* @since 6.2
6566
*/
6667
@AliasFor(annotation = HttpExchange.class)
6768
String[] headers() default {};

0 commit comments

Comments
 (0)