+ add jackson javadoc location

+ add some javadoc
This commit is contained in:
Costin Leau
2011-07-18 18:14:39 +03:00
parent 24f789035c
commit bcd7f307cf
2 changed files with 7 additions and 1 deletions

View File

@@ -32,6 +32,11 @@ import org.springframework.util.StringUtils;
*/
public class RedisCollectionFactoryBean implements InitializingBean, BeanNameAware, FactoryBean<RedisStore> {
/**
* Collection types supported by this factory.
*
* @author Costin Leau
*/
public enum CollectionType {
LIST {
@Override