JavaScript is disabled on your browser.
Skip navigation links
Spring Data REST
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.springframework.data.rest.webmvc.support
Annotation Interface BackendId
@Retention
(
RUNTIME
)
@Target
(
PARAMETER
)
public @interface
BackendId
Annotation to bind the backend id of an entity.
Author:
Oliver Gierke