@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited @Documented public @interface RoutePrefix
Modifier and Type | Required Element and Description |
---|---|
String |
value
Get 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
Copyright © 2020. All rights reserved.