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

io.github.lc.oss.commons.web.advice.CommonAdviceMvCustomizer Maven / Gradle / Ivy

package io.github.lc.oss.commons.web.advice;

import org.springframework.web.servlet.ModelAndView;

public interface CommonAdviceMvCustomizer {
    ModelAndView customize(ModelAndView mv);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy