Correct ordering of Javadoc tags
This commit is contained in:
@@ -37,9 +37,9 @@ import org.springframework.util.StringUtils;
|
||||
*
|
||||
* @author Andy Wilkinson
|
||||
* @author Paul-Christian Volkmer
|
||||
* @since 1.1.0
|
||||
* @see CliDocumentation#curlRequest()
|
||||
* @see CliDocumentation#curlRequest(Map)
|
||||
* @since 1.1.0
|
||||
*/
|
||||
public class CurlRequestSnippet extends TemplatedSnippet {
|
||||
|
||||
|
||||
@@ -38,9 +38,9 @@ import org.springframework.util.StringUtils;
|
||||
*
|
||||
* @author Raman Gupta
|
||||
* @author Andy Wilkinson
|
||||
* @since 1.1.0
|
||||
* @see CliDocumentation#httpieRequest()
|
||||
* @see CliDocumentation#httpieRequest(Map)
|
||||
* @since 1.1.0
|
||||
*/
|
||||
public class HttpieRequestSnippet extends TemplatedSnippet {
|
||||
|
||||
|
||||
@@ -22,9 +22,9 @@ package org.springframework.restdocs.operation;
|
||||
* during conversion.
|
||||
*
|
||||
* @author Andy Wilkinson
|
||||
* @since 1.1.0
|
||||
* @see RequestConverter#convert(Object)
|
||||
* @see ResponseConverter#convert(Object)
|
||||
* @since 1.1.0
|
||||
*/
|
||||
public class ConversionException extends RuntimeException {
|
||||
|
||||
|
||||
@@ -22,8 +22,8 @@ import org.springframework.restdocs.snippet.IgnorableDescriptor;
|
||||
* A descriptor of a request part.
|
||||
*
|
||||
* @author Andy Wilkinson
|
||||
* @see RequestDocumentation#partWithName
|
||||
* @since 1.1.0
|
||||
* @see RequestDocumentation#partWithName
|
||||
*/
|
||||
public class RequestPartDescriptor extends IgnorableDescriptor<RequestPartDescriptor> {
|
||||
|
||||
|
||||
@@ -38,11 +38,11 @@ import org.springframework.util.Assert;
|
||||
* A {@link Snippet} that documents the request parts supported by a RESTful resource.
|
||||
*
|
||||
* @author Andy Wilkinson
|
||||
* @since 1.1.0
|
||||
* @see RequestDocumentation#requestParts(RequestPartDescriptor...)
|
||||
* @see RequestDocumentation#requestParts(Map, RequestPartDescriptor...)
|
||||
* @see RequestDocumentation#relaxedRequestParts(RequestPartDescriptor...)
|
||||
* @see RequestDocumentation#relaxedRequestParts(Map, RequestPartDescriptor...)
|
||||
* @since 1.1.0
|
||||
*/
|
||||
public class RequestPartsSnippet extends TemplatedSnippet {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user