ltd.fdsa.starter.logger.annotation.EnableLogger Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of logger-spring-boot-starter Show documentation
Show all versions of logger-spring-boot-starter Show documentation
logger starter for spring boot
package ltd.fdsa.starter.logger.annotation;
import ltd.fdsa.starter.logger.config.LoggingAutoConfiguration;
import org.springframework.context.annotation.Import;
import java.lang.annotation.*;
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Inherited
@Import({LoggingAutoConfiguration.class})
public @interface EnableLogger {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy