+ add some basic javadoc
This commit is contained in:
Costin Leau
2011-05-09 15:07:16 -07:00
parent 45a5f30348
commit d0fcdf8219
2 changed files with 7 additions and 0 deletions

View File

@@ -32,6 +32,8 @@ import com.gemstone.gemfire.cache.server.CacheServer;
import com.gemstone.gemfire.cache.server.ServerLoadProbe;
/**
* FactoryBean for easy creation and configuration of GemFire {@link CacheServer} instances.
*
* @author Costin Leau
*/
public class CacheServerFactoryBean implements FactoryBean<CacheServer>,

View File

@@ -0,0 +1,5 @@
/**
* Support package for GemFire {@link com.gemstone.gemfire.cache.server.CacheServer}.
*
*/
package org.springframework.data.gemfire.server;