@Target(value=METHOD) @Retention(value=RUNTIME) public @interface UriRef
Defines a symbolic name for a controller method to be referenced by one of the
MvcContext.uri(java.lang.String)
methods.
The same value of @UriRef can only be used multiple times on different methods if these methods are using the same URI-template with different HTTP verbs.
MvcContext.uri(java.lang.String)
public abstract String value
Copyright © 2018 Ivar Grimstad. All rights reserved.