mirror of
https://github.com/sjsdfg/effective-java-3rd-chinese.git
synced 2025-01-01 07:50:33 +08:00
Update 41. 使用标记接口定义类型.md
This commit is contained in:
parent
834183f1d3
commit
6539c94c3f
@ -1,4 +1,4 @@
|
||||
# 41.使用标记接口定义类型
|
||||
# 41. 使用标记接口定义类型
|
||||
|
||||
标记接口(marker interface),不包含方法声明,只是指定(或“标记”)一个类实现了具有某些属性的接口。 例如,考虑 `Serializable` 接口(第 12 章)。通过实现这个接口,一个类表明它的实例可以写入 `ObjectOutputStream`(或“序列化”)。
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user