All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.netease.nim.camellia.redis.proxy.springboot.EnableCamelliaRedisProxyServer Maven / Gradle / Ivy

The newest version!
package com.netease.nim.camellia.redis.proxy.springboot;

import org.springframework.context.annotation.Import;

import java.lang.annotation.*;

/**
 *
 * Created by caojiajun on 2019/11/6.
 */
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Import(CamelliaRedisProxyImportSelector.class)
public @interface EnableCamelliaRedisProxyServer {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy