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

com.github.xiaolyuh.cache.config.EnableLayeringCache Maven / Gradle / Ivy

There is a newer version: 3.5.0
Show newest version
package com.github.xiaolyuh.cache.config;

import org.springframework.context.annotation.Import;

import java.lang.annotation.*;

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy