Skip to content

Commit

Permalink
docs: update Javadoc in Menu annotation (#19318) (#19328)
Browse files Browse the repository at this point in the history
Co-authored-by: Tomi Virtanen <tltv@vaadin.com>
  • Loading branch information
vaadin-bot and tltv committed May 8, 2024
1 parent 20443cb commit 380d641
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions flow-server/src/main/java/com/vaadin/flow/router/Menu.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@
* Defines menu information for a route for automatically populated menu.
* <p>
* {@link Menu} is used together with {@link Route} to include it automatically
* in Hilla application's main menu, but only if server routes are being exposed
* for client-side via 'window.Vaadin.server.views' variable in the client-side.
* in Hilla application's main menu, but only if server route is accessible and
* {@code frontend/views/@layout.tsx} is used with {@code createMenuItems()}
* function to build the menu.
* </p>
*
* @see Route
Expand Down

0 comments on commit 380d641

Please sign in to comment.