Annotation Interface BasePathAwareController
@Documented
@Component
@Retention(RUNTIME)
@Target({TYPE,ANNOTATION_TYPE})
public @interface BasePathAwareController
Annotation to declare a controller that declares request mappings to be augmented with a base URI in the Spring Data
REST configuration.
- Author:
- Oliver Gierke, Yves Galante
-
Optional Element Summary