|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 必需 | 可选 | 详细信息: 元素 |
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Catch
Mark this method as @Catch interceptor
可选元素摘要 | |
---|---|
int |
priority
Interceptor priority (0 is high priority) |
java.lang.Class<?>[] |
value
|
public abstract java.lang.Class<?>[] value
public abstract int priority
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 必需 | 可选 | 详细信息: 元素 |