@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface RequestMappingOverride
@RequestMapping annotation. It
can be used, to set priorities for methods with identical @RequestMapping annotation. Thanks to that, error
like java.lang.IllegalStateException: Ambiguous mapping found.., can be avoided. Method with highest priority will be
added as handler mapping.| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
priorityProperty
Name for property, which stores priority value
|
Copyright © 2018 SAP SE. All Rights Reserved.