From 554331a356026344c4bcb0fac120d2c37ca78a01 Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 5 Sep 2019 01:00:41 -0700 Subject: [PATCH] Add @EnableClusterDefinedRegions, @EnableGatewayReceiver and @EnableGatewaySender(s) annotations to the list of Annotations provided by SDG in the 'Explicit Configuration' section. --- .../src/docs/asciidoc/configuration-annotations.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spring-geode-docs/src/docs/asciidoc/configuration-annotations.adoc b/spring-geode-docs/src/docs/asciidoc/configuration-annotations.adoc index 771d0607..9306affb 100644 --- a/spring-geode-docs/src/docs/asciidoc/configuration-annotations.adoc +++ b/spring-geode-docs/src/docs/asciidoc/configuration-annotations.adoc @@ -352,11 +352,14 @@ A few examples include: * `@EnableCacheServer(s)` * `@EnableCachingDefinedRegions` * `@EnableClusterConfiguration` +* `@EnableClusterDefinedRegions` * `@EnableCompression` * `@EnableDiskStore(s)` * `@EnableEntityDefinedRegions` * `@EnableEviction` * `@EnableExpiration` +* `@EnableGatewayReceiver` +* `@EnableGatewaySender(s)` * `@EnableGemFireAsLastResource` * `@EnableHttpService` * `@EnableIndexing`