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

ltd.fdsa.starter.logger.annotation.EnableLogger Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
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