Add Javadoc since for headers() in Delete/Patch/Post/PutExchange
See gh-33309 Closes gh-33723
This commit is contained in:
committed by
Sébastien Deleuze
parent
ac458be845
commit
cbdfe815aa
@@ -62,6 +62,7 @@ public @interface DeleteExchange {
|
||||
|
||||
/**
|
||||
* Alias for {@link HttpExchange#headers()}.
|
||||
* @since 6.2
|
||||
*/
|
||||
@AliasFor(annotation = HttpExchange.class)
|
||||
String[] headers() default {};
|
||||
|
||||
@@ -62,6 +62,7 @@ public @interface PatchExchange {
|
||||
|
||||
/**
|
||||
* Alias for {@link HttpExchange#headers()}.
|
||||
* @since 6.2
|
||||
*/
|
||||
@AliasFor(annotation = HttpExchange.class)
|
||||
String[] headers() default {};
|
||||
|
||||
@@ -62,6 +62,7 @@ public @interface PostExchange {
|
||||
|
||||
/**
|
||||
* Alias for {@link HttpExchange#headers()}.
|
||||
* @since 6.2
|
||||
*/
|
||||
@AliasFor(annotation = HttpExchange.class)
|
||||
String[] headers() default {};
|
||||
|
||||
@@ -62,6 +62,7 @@ public @interface PutExchange {
|
||||
|
||||
/**
|
||||
* Alias for {@link HttpExchange#headers()}.
|
||||
* @since 6.2
|
||||
*/
|
||||
@AliasFor(annotation = HttpExchange.class)
|
||||
String[] headers() default {};
|
||||
|
||||
Reference in New Issue
Block a user