📜  方法的 java 编码标准 - Java 代码示例

📅  最后修改于: 2022-03-11 14:52:44.185000             🧑  作者: Mango

代码示例3
1) Interface should start with uppercase letters
2) Interfaces names should be adjectives
Example : Runnable, Serializable, Marker, Cloneable