@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited @Documented public @interface RoutePrefix
Modifier and Type | Required Element and Description |
---|---|
String |
value
Sets the route prefix defined for class.
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
absolute
Have the route chain break on defined class and not take into notice any
more parent layout route prefixes.
|
public abstract String value
This value accepts also parameter template segments which can be defined
using following format: :parameterName[?|*][(regex)]
.
Copyright © 2021. All rights reserved.