File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ Spring Data REST uses a `RepositoryDetectionStrategy` to determine whether a rep
104
104
| Name | Description
105
105
| `DEFAULT` | Exposes all public repository interfaces but considers the `exported` flag of `@(Repository)RestResource`.
106
106
| `ALL` | Exposes all repositories independently of type visibility and annotations.
107
- | `ANNOTATION` | Only repositories annotated with `@(Repository)RestResource` are exposed, unless their `exported` flag is set to `false`.
107
+ | `ANNOTATED` | Only repositories annotated with `@(Repository)RestResource` are exposed, unless their `exported` flag is set to `false`.
108
108
| `VISIBILITY` | Only public repositories annotated are exposed.
109
109
|===
110
110
You can’t perform that action at this time.
0 commit comments