@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
Comments to: mvc-dev@eclipse.org.
Copyright © 2017, 2020 Eclipse Foundation. All rights reserved.
Use is subject to license terms.