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

me.jpomykala.starters.springhoc.logging.EnableRequestLogging Maven / Gradle / Ivy

package me.jpomykala.starters.springhoc.logging;

import org.springframework.context.annotation.Import;

import java.lang.annotation.*;

@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Inherited
@Import({RequestLoggingAutoConfiguration.class})
public @interface EnableRequestLogging {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy