Explorar el Código

删除无用注解

周浩 hace 9 años
padre
commit
e10c977cd0
Se han modificado 1 ficheros con 0 adiciones y 13 borrados
  1. 0 13
      hsweb-web-core/src/main/java/org/hsweb/web/message/Jsonp.java

+ 0 - 13
hsweb-web-core/src/main/java/org/hsweb/web/message/Jsonp.java

@@ -1,13 +0,0 @@
-package org.hsweb.web.message;
-
-import java.lang.annotation.*;
-
-/**
- * Created by zhouhao on 16-4-14.
- */
-@Target({ElementType.TYPE, ElementType.METHOD})
-@Retention(RetentionPolicy.RUNTIME)
-@Documented
-public @interface Jsonp {
-    String callback() default "param.callback";
-}