摘要:
今天在阅读Struts 2 的 interceptor 代码时,发现里面的接口是这样写的:public abstract interface Interceptor extends Serializable{ public abstract void destroy(); public abstract void init(); public abstract String intercept(ActionInvocation paramActionInvocation) throws Exception;}很在意为什么是 public abstract interface. 于是... 阅读全文
posted @ 2012-02-09 15:37
Rainisic
阅读(352)
评论(0)
推荐(1)

浙公网安备 33010602011771号