Ver código fonte

删除无用注解

周浩 9 anos atrás
pai
commit
e10c977cd0

+ 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";
-}