摘要: 本文参考 本篇文章参考自《Effective Java》第三版第三条"Enforce the singleton property with a private constructor or an enum type" 原文的不足之处 原文给的示例代码比较简单,提供的是一种饿汉式的单例模式 // S 阅读全文
posted @ 2020-04-22 17:06 咕~咕咕 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 本文参考 今天在Java Language Specification上偶然看到一条关于枚举的语法特点说明 An enum declaration is implicitly final unless it contains at least one enum constant that has a 阅读全文
posted @ 2020-04-22 15:55 咕~咕咕 阅读(243) 评论(0) 推荐(0) 编辑