spring interceptor rest controller code example
Example: spring controller method to run before every call
@ModelAttribute("foo")
public Foo foo() {
return new Foo();
}
@ModelAttribute("foo")
public Foo foo() {
return new Foo();
}