@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface View
Indicates the view name which should be used to render a view for the route.
String
value
public abstract String value