mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-25 16:29:28 +00:00
Update Javadoc regarding convention-based annotation attribute overrides
This commit updates the Javadoc in various places to reflect the fact that support for convention-based annotation attribute overrides has been removed. See gh-28761
This commit is contained in:
+3
-1
@@ -1356,7 +1356,9 @@ class AnnotationUtilsTests {
|
||||
|
||||
/**
|
||||
* Mock of {@code org.springframework.web.bind.annotation.PostMapping}, except
|
||||
* that the path is overridden by convention with single String element.
|
||||
* that the path is intended to be overridden by convention with single String
|
||||
* element. However, convention-based annotation attribute overrides are no
|
||||
* longer supported as of Spring Framework 7.0.
|
||||
*/
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@WebMapping(method = RequestMethod.POST, name = "")
|
||||
|
||||
Reference in New Issue
Block a user