Skip to content

Commit

Permalink
deprecate: deprecate RouteTabs
Browse files Browse the repository at this point in the history
  • Loading branch information
javier-godoy committed Jun 12, 2024
1 parent ab49b7f commit 876cba5
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* Commons Demo
* %%
* Copyright (C) 2020 - 2023 Flowing Code
* Copyright (C) 2020 - 2024 Flowing Code
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -37,7 +37,10 @@
* Extension of Tabs in order to allow to bind tabs with Routes.
*
* @see https://cookbook.vaadin.com/tabs-with-routes/a
* @deprecated Deprecated for removal. Use {@link EnhancedRouteTabs} instead.
*/
@SuppressWarnings("serial")
@Deprecated(forRemoval = true)
public class RouteTabs extends Tabs implements BeforeEnterObserver {

private final Map<RouterLink, Tab> routerLinkTabMap = new LinkedHashMap<>();
Expand Down

0 comments on commit 876cba5

Please sign in to comment.