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

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

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

import java.lang.annotation.*;

@Documented
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
public @interface RedisCacheTargetMock {
    String value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy