Fix @inheritDoc usage
This commit is contained in:
@@ -207,7 +207,7 @@ public class MethodValidationAdapter implements MethodValidator {
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}.
|
* {@inheritDoc}
|
||||||
* <p>Default are the validation groups as specified in the {@link Validated}
|
* <p>Default are the validation groups as specified in the {@link Validated}
|
||||||
* annotation on the method, or on the containing target class of the method,
|
* annotation on the method, or on the containing target class of the method,
|
||||||
* or for an AOP proxy without a target (with all behavior in advisors), also
|
* or for an AOP proxy without a target (with all behavior in advisors), also
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2002-2022 the original author or authors.
|
* Copyright 2002-2024 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
@@ -63,7 +63,7 @@ public interface ClientCodecConfigurer extends CodecConfigurer {
|
|||||||
ClientDefaultCodecs defaultCodecs();
|
ClientDefaultCodecs defaultCodecs();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}.
|
* {@inheritDoc}
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
ClientCodecConfigurer clone();
|
ClientCodecConfigurer clone();
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2002-2022 the original author or authors.
|
* Copyright 2002-2024 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
@@ -63,7 +63,7 @@ public interface ServerCodecConfigurer extends CodecConfigurer {
|
|||||||
ServerDefaultCodecs defaultCodecs();
|
ServerDefaultCodecs defaultCodecs();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}.
|
* {@inheritDoc}
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
ServerCodecConfigurer clone();
|
ServerCodecConfigurer clone();
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2002-2022 the original author or authors.
|
* Copyright 2002-2024 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
@@ -65,7 +65,7 @@ public class MappingJackson2CborHttpMessageConverter extends AbstractJackson2Htt
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* {@inheritDoc}
|
||||||
* The {@code ObjectMapper} must be configured with a {@code CBORFactory} instance.
|
* <p>The {@code ObjectMapper} must be configured with a {@code CBORFactory} instance.
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public void setObjectMapper(ObjectMapper objectMapper) {
|
public void setObjectMapper(ObjectMapper objectMapper) {
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2002-2022 the original author or authors.
|
* Copyright 2002-2024 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
@@ -62,7 +62,7 @@ public class MappingJackson2SmileHttpMessageConverter extends AbstractJackson2Ht
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* {@inheritDoc}
|
||||||
* The {@code ObjectMapper} must be configured with a {@code SmileFactory} instance.
|
* <p>The {@code ObjectMapper} must be configured with a {@code SmileFactory} instance.
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public void setObjectMapper(ObjectMapper objectMapper) {
|
public void setObjectMapper(ObjectMapper objectMapper) {
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2002-2023 the original author or authors.
|
* Copyright 2002-2024 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
@@ -72,7 +72,7 @@ public class MappingJackson2XmlHttpMessageConverter extends AbstractJackson2Http
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* {@inheritDoc}
|
||||||
* The {@code ObjectMapper} parameter must be a {@link XmlMapper} instance.
|
* <p>The {@code ObjectMapper} parameter must be an {@link XmlMapper} instance.
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public void setObjectMapper(ObjectMapper objectMapper) {
|
public void setObjectMapper(ObjectMapper objectMapper) {
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2002-2023 the original author or authors.
|
* Copyright 2002-2024 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
@@ -75,7 +75,7 @@ public class DefaultDataBinderFactory implements WebDataBinderFactory {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}.
|
* {@inheritDoc}
|
||||||
* <p>By default, if the parameter has {@code @Valid}, Bean Validation is
|
* <p>By default, if the parameter has {@code @Valid}, Bean Validation is
|
||||||
* excluded, deferring to method validation.
|
* excluded, deferring to method validation.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -143,7 +143,7 @@ public class RequestMappingHandlerMapping extends RequestMappingInfoHandlerMappi
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* {@inheritDoc}
|
||||||
* Expects a handler to have a type-level @{@link Controller} annotation.
|
* <p>Expects a handler to have a type-level @{@link Controller} annotation.
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
protected boolean isHandler(Class<?> beanType) {
|
protected boolean isHandler(Class<?> beanType) {
|
||||||
|
|||||||
Reference in New Issue
Block a user