Deprecation wording with suggested alternative and without removal hint

See gh-25733
See gh-25736
This commit is contained in:
Juergen Hoeller
2020-09-15 13:22:34 +02:00
parent 09080bcbf5
commit e4a3d5bf66
15 changed files with 15 additions and 15 deletions

View File

@@ -65,7 +65,7 @@ import org.springframework.web.server.ServerWebExchange;
* @author Brian Clozel
* @since 5.0
* @see <a href="https://html.spec.whatwg.org/multipage/browsers.html#offline">HTML5 offline applications spec</a>
* @deprecated as of 5.3 since browser support is going away, scheduled for removal in 6.0.
* @deprecated as of 5.3 since browser support is going away
*/
@Deprecated
public class AppCacheManifestTransformer extends ResourceTransformerSupport {