Edit and polish Javadoc.
This commit is contained in:
@@ -49,7 +49,6 @@ import org.springframework.data.gemfire.client.ClientCacheFactoryBean;
|
||||
* @since 1.5.0
|
||||
*/
|
||||
@Configuration
|
||||
//@Conditional(CacheCondition.class)
|
||||
@ConditionalOnBean({ CacheFactoryBean.class, Cache.class, ClientCacheFactoryBean.class, ClientCache.class })
|
||||
@ConditionalOnClass(GemfireCacheManager.class)
|
||||
@ConditionalOnMissingBean(CacheManager.class)
|
||||
|
||||
@@ -24,9 +24,14 @@ import org.springframework.data.gemfire.client.ClientCacheFactoryBean;
|
||||
import org.springframework.data.gemfire.config.annotation.ClientCacheApplication;
|
||||
|
||||
/**
|
||||
* The GeodeClientCacheAutoConfiguration class...
|
||||
* Spring Boot {@link EnableAutoConfiguration auto-configuration} for bootstrapping an Apache Geode {@link ClientCache}
|
||||
* instance constructed, configured and initialized with Spring Data for Apache Geode.
|
||||
*
|
||||
* @author John Blum
|
||||
* @see org.apache.geode.cache.client.ClientCache
|
||||
* @see org.springframework.context.annotation.Configuration
|
||||
* @see org.springframework.data.gemfire.client.ClientCacheFactoryBean
|
||||
* @see org.springframework.data.gemfire.config.annotation.ClientCacheApplication
|
||||
* @since 1.0.0
|
||||
*/
|
||||
@Configuration
|
||||
|
||||
@@ -41,11 +41,14 @@ import org.springframework.data.gemfire.repository.support.GemfireRepositoryFact
|
||||
*
|
||||
* @author John Blum
|
||||
* @since 1.0.0
|
||||
* @see GeodeRepositoriesAutoConfigurationRegistrar
|
||||
* @see org.springframework.context.annotation.Configuration
|
||||
* @see org.springframework.data.gemfire.repository.config.EnableGemfireRepositories
|
||||
* @see org.apache.geode.cache.Cache
|
||||
* @see org.apache.geode.cache.client.ClientCache
|
||||
* @see org.springframework.boot.data.geode.autoconfigure.GeodeRepositoriesAutoConfigurationRegistrar
|
||||
* @see org.springframework.context.annotation.Configuration
|
||||
* @see org.springframework.data.gemfire.repository.GemfireRepository
|
||||
* @see org.springframework.data.gemfire.repository.config.EnableGemfireRepositories
|
||||
* @see org.springframework.data.gemfire.repository.config.GemfireRepositoryConfigurationExtension
|
||||
* @see org.springframework.data.gemfire.repository.support.GemfireRepositoryFactoryBean
|
||||
*/
|
||||
@Configuration
|
||||
@ConditionalOnBean({ Cache.class, ClientCache.class })
|
||||
|
||||
@@ -29,9 +29,10 @@ import org.springframework.data.repository.config.RepositoryConfigurationExtensi
|
||||
*
|
||||
* @author John Blum
|
||||
* @see org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
|
||||
* @see org.springframework.boot.data.geode.autoconfigure.GeodeRepositoriesAutoConfiguration
|
||||
* @see org.springframework.data.gemfire.repository.config.EnableGemfireRepositories
|
||||
* @see org.springframework.data.gemfire.repository.config.GemfireRepositoryConfigurationExtension
|
||||
* @since 1.5.0
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public class GeodeRepositoriesAutoConfigurationRegistrar
|
||||
extends AbstractRepositoryConfigurationSourceSupport {
|
||||
|
||||
Reference in New Issue
Block a user