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

com.runsidekick.audit.logger.dto.RequestScopedAuditStack Maven / Gradle / Ivy

There is a newer version: 0.0.17
Show newest version
package com.runsidekick.audit.logger.dto;

import org.springframework.context.annotation.Scope;
import org.springframework.context.annotation.ScopedProxyMode;
import org.springframework.stereotype.Component;
import org.springframework.web.context.WebApplicationContext;

/**
 * @author yasin.kalafat
 */
@Component
@Scope(value = WebApplicationContext.SCOPE_REQUEST, proxyMode = ScopedProxyMode.TARGET_CLASS)
public class RequestScopedAuditStack extends AuditStack {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy