Polishing

This commit is contained in:
Sam Brannen
2022-05-21 14:30:46 +02:00
parent ea9b1fccbd
commit 16a4a9ad3f
8 changed files with 9 additions and 8 deletions

View File

@@ -25,7 +25,7 @@ import java.lang.annotation.Target;
import org.springframework.core.annotation.AliasFor;
/**
* Shortcut for {@link HttpExchange} for HTTP DELETE requests.
* Shortcut for {@link HttpExchange @HttpExchange} for HTTP DELETE requests.
*
* @author Rossen Stoyanchev
* @since 6.0

View File

@@ -25,7 +25,7 @@ import java.lang.annotation.Target;
import org.springframework.core.annotation.AliasFor;
/**
* Shortcut for {@link HttpExchange} for HTTP GET requests.
* Shortcut for {@link HttpExchange @HttpExchange} for HTTP GET requests.
*
* @author Rossen Stoyanchev
* @since 6.0

View File

@@ -25,7 +25,7 @@ import java.lang.annotation.Target;
import org.springframework.core.annotation.AliasFor;
/**
* Shortcut for {@link HttpExchange} for HTTP HEAD requests.
* Shortcut for {@link HttpExchange @HttpExchange} for HTTP HEAD requests.
*
* @author Rossen Stoyanchev
* @since 6.0

View File

@@ -32,7 +32,8 @@ import org.springframework.web.bind.annotation.Mapping;
* <p>The annotation may only be used at the type level &mdash; for example to
* specify a base URL path. At the method level, use one of the HTTP method
* specific, shortcut annotations, each of which is <em>meta-annotated</em> with
* {@link HttpExchange}:
* {@code HttpExchange}:
*
* <ul>
* <li>{@link GetExchange}
* <li>{@link PostExchange}

View File

@@ -25,7 +25,7 @@ import java.lang.annotation.Target;
import org.springframework.core.annotation.AliasFor;
/**
* Shortcut for {@link HttpExchange} for HTTP OPTIONS requests.
* Shortcut for {@link HttpExchange @HttpExchange} for HTTP OPTIONS requests.
*
* @author Rossen Stoyanchev
* @since 6.0

View File

@@ -25,7 +25,7 @@ import java.lang.annotation.Target;
import org.springframework.core.annotation.AliasFor;
/**
* Shortcut for {@link HttpExchange} for HTTP PATCH requests.
* Shortcut for {@link HttpExchange @HttpExchange} for HTTP PATCH requests.
*
* @author Rossen Stoyanchev
* @since 6.0

View File

@@ -25,7 +25,7 @@ import java.lang.annotation.Target;
import org.springframework.core.annotation.AliasFor;
/**
* Shortcut for {@link HttpExchange} for HTTP POST requests.
* Shortcut for {@link HttpExchange @HttpExchange} for HTTP POST requests.
*
* @author Rossen Stoyanchev
* @since 6.0

View File

@@ -25,7 +25,7 @@ import java.lang.annotation.Target;
import org.springframework.core.annotation.AliasFor;
/**
* Shortcut for {@link HttpExchange} for HTTP PUT requests.
* Shortcut for {@link HttpExchange @HttpExchange} for HTTP PUT requests.
*
* @author Rossen Stoyanchev
* @since 6.0