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

pers.clare.polarbearcache.EnablePolarBearCache Maven / Gradle / Ivy

There is a newer version: 1.2.3-RELEASE
Show newest version
package pers.clare.polarbearcache;

import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.Import;

import java.lang.annotation.*;

@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Inherited
@Import({PolarBearCacheConfiguration.class})
@EnableConfigurationProperties
@SuppressWarnings("unused")
public @interface EnablePolarBearCache {
    String value() default "";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy