This commit is contained in:
@@ -42,7 +42,7 @@ public abstract class BasedHttpServlet extends HttpServlet {
|
|||||||
@Documented
|
@Documented
|
||||||
@Target({METHOD, TYPE})
|
@Target({METHOD, TYPE})
|
||||||
@Retention(RUNTIME)
|
@Retention(RUNTIME)
|
||||||
public static @interface AuthIgnore {
|
protected @interface AuthIgnore {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -58,7 +58,7 @@ public abstract class BasedHttpServlet extends HttpServlet {
|
|||||||
@Target({ElementType.METHOD})
|
@Target({ElementType.METHOD})
|
||||||
@Retention(RetentionPolicy.RUNTIME)
|
@Retention(RetentionPolicy.RUNTIME)
|
||||||
@Documented
|
@Documented
|
||||||
public static @interface WebAction {
|
protected @interface WebAction {
|
||||||
|
|
||||||
int actionid() default 0;
|
int actionid() default 0;
|
||||||
|
|
||||||
@@ -78,7 +78,7 @@ public abstract class BasedHttpServlet extends HttpServlet {
|
|||||||
@Target({ElementType.METHOD})
|
@Target({ElementType.METHOD})
|
||||||
@Retention(RetentionPolicy.RUNTIME)
|
@Retention(RetentionPolicy.RUNTIME)
|
||||||
@Documented
|
@Documented
|
||||||
public static @interface HttpCacheable {
|
protected @interface HttpCacheable {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 超时的秒数
|
* 超时的秒数
|
||||||
|
|||||||
Reference in New Issue
Block a user