Java中的Marker Interfaces有什么用
摘要:
Marker Interfaces就是没有方法的空接口,如Serializable, Clonnable, Remote,等等,它们存在的意义是什么呢?标准回答是:used to indicate something to compiler or JVM.其实,Annotation也具有同样的能力,... 阅读全文
posted @ 2014-12-08 17:44 万木春 阅读(294) 评论(0) 推荐(0) 编辑