@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.
java.lang.String
value
public abstract java.lang.String value