Java: Delete old deprecated code.

This commit is contained in:
Anders Schack-Mulligen
2026-05-01 15:15:32 +02:00
parent a473fdb709
commit 17fded4aa5
27 changed files with 20 additions and 647 deletions

View File

@@ -156,9 +156,6 @@ class SpringRequestMappingMethod extends SpringControllerMethod {
result = this.getProducesExpr().(CompileTimeConstantExpr).getStringValue()
}
/** DEPRECATED: Use `getAValue()` instead. */
deprecated string getValue() { result = requestMappingAnnotation.getStringValue("value") }
/**
* Gets a "value" @RequestMapping annotation string value, if present.
*