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

com.springframework.boxes.cookie.starter.EnableCookie Maven / Gradle / Ivy

There is a newer version: 2.0.6
Show newest version
package com.springframework.boxes.cookie.starter;

import com.springframework.boxes.cookie.starter.captcha.BoxesCaptchaAutoConfiguration;
import com.springframework.boxes.cookie.starter.cookie.BoxesCookieAutoConfiguration;
import org.springframework.context.annotation.Import;

import java.lang.annotation.*;

@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Inherited
@Import({BoxesCookieAutoConfiguration.class, BoxesCaptchaAutoConfiguration.class})
public @interface EnableCookie {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy