Fix '@since' tags of relocated code

This commit is contained in:
Phillip Webb
2025-06-13 14:10:50 -07:00
parent d7f6a459c2
commit 2c318605b1
128 changed files with 110 additions and 166 deletions

View File

@@ -84,7 +84,7 @@ import org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMappi
* @author Madhura Bhave
* @author Phillip Webb
* @author Brian Clozel
* @since 2.0.0
* @since 4.0.0
*/
@ImportRuntimeHints(AbstractWebMvcEndpointHandlerMappingRuntimeHints.class)
public abstract class AbstractWebMvcEndpointHandlerMapping extends RequestMappingInfoHandlerMapping

View File

@@ -33,7 +33,7 @@ import org.springframework.web.servlet.HandlerMapping;
* path.
*
* @author Madhura Bhave
* @since 2.6.0
* @since 4.0.0
*/
public class AdditionalHealthEndpointPathsWebMvcHandlerMapping extends AbstractWebMvcEndpointHandlerMapping {

View File

@@ -46,7 +46,7 @@ import org.springframework.web.util.pattern.PathPattern;
* annotated endpoints over Spring MVC.
*
* @author Phillip Webb
* @since 2.0.0
* @since 4.0.0
* @deprecated since 3.3.5 in favor of {@code @Endpoint} and {@code @WebEndpoint} support
*/
@Deprecated(since = "3.3.5", forRemoval = true)

View File

@@ -46,7 +46,7 @@ import org.springframework.web.servlet.HandlerMapping;
*
* @author Andy Wilkinson
* @author Phillip Webb
* @since 2.0.0
* @since 4.0.0
*/
@ImportRuntimeHints(WebMvcEndpointHandlerMappingRuntimeHints.class)
public class WebMvcEndpointHandlerMapping extends AbstractWebMvcEndpointHandlerMapping {

View File

@@ -424,8 +424,6 @@ public class WebMvcProperties {
/**
* Matching strategy options.
*
* @since 2.4.0
*/
public enum MatchingStrategy {

View File

@@ -37,7 +37,7 @@ import org.springframework.web.context.request.ServletWebRequest;
* @author Dave Syer
* @author Scott Frederick
* @author Moritz Halbritter
* @since 2.0.0
* @since 4.0.0
*/
@Controller
public class ManagementErrorEndpoint {