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

com.github.bingoohuang.springrediscache.RedisCacheEnabledScan Maven / Gradle / Ivy

The newest version!
package com.github.bingoohuang.springrediscache;

import org.springframework.context.annotation.Import;

import java.lang.annotation.*;

@Documented
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Import(RedisCacheSpringConfig.class)
public @interface RedisCacheEnabledScan {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy