io.github.lyc8503.spring.starter.incantation.annotation.OpeningIncantation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of opening-incantation-spring-boot-starter Show documentation
Show all versions of opening-incantation-spring-boot-starter Show documentation
Some magic incantation for Spring Boot
The newest version!
package io.github.lyc8503.spring.starter.incantation.annotation;
import io.github.lyc8503.spring.starter.incantation.config.CustomIncantationAutoConfiguration;
import org.springframework.context.annotation.Import;
import java.lang.annotation.*;
@Target(ElementType.TYPE)
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Import(CustomIncantationAutoConfiguration.class)
public @interface OpeningIncantation {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy