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

cn.patterncat.cache.EnableCascadeCache Maven / Gradle / Ivy

package cn.patterncat.cache;

import cn.patterncat.cache.config.CascadeCacheConfig;
import cn.patterncat.cache.config.ObjectMapperConfig;
import org.springframework.context.annotation.Import;

import java.lang.annotation.*;

/**
 * Created by cat on 2019-03-12.
 */
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Import({ObjectMapperConfig.class, CascadeCacheConfig.class})
public @interface EnableCascadeCache {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy