Package com.vaadin.flow.router
Annotation Type RouteAlias.Container
-
@Retention(RUNTIME) @Target(TYPE) @Documented @Inherited public static @interface RouteAlias.Container
Internal annotation to enable use of multipleRouteAliasannotations.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description RouteAlias[]valueInternally used to enable use of multipleRouteAliasannotations.
-
-
-
Element Detail
-
value
RouteAlias[] value
Internally used to enable use of multipleRouteAliasannotations.- Returns:
- an array of the RouteAlias annotations
-
-