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

org.springframework.web.servlet.mvc.method.annotation.JsonpResponseBodyAdvice Maven / Gradle / Ivy

package org.springframework.web.servlet.mvc.method.annotation;

import org.springframework.web.bind.annotation.ControllerAdvice;

@ControllerAdvice
public class JsonpResponseBodyAdvice extends AbstractJsonpResponseBodyAdvice {
  public JsonpResponseBodyAdvice() {
    super("callback");
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy