1 Star 9 Fork 0

clxering/Effective-Java-3rd-edition-Chinese-English-bilingual

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Chapter-6-Introduction.md 1.78 KB
一键复制 编辑 原始数据 按行查看 历史

Chapter 6. Enums and Annotations(枚举和注解)

Chapter 6 Introduction(章节介绍)

JAVA supports two special-purpose families of reference types: a kind of class called an enum type, and a kind of interface called an annotation type. This chapter discusses best practices for using these type families.

JAVA 支持两种特殊用途的引用类型:一种称为枚举类型的类,以及一种称为注解类型的接口。本章将讨论这些类型在实际使用时的最佳方式。

Contents of the chapter(章节目录)

Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/clxering/Effective-Java-3rd-edition-Chinese-English-bilingual.git
git@gitee.com:clxering/Effective-Java-3rd-edition-Chinese-English-bilingual.git
clxering
Effective-Java-3rd-edition-Chinese-English-bilingual
Effective-Java-3rd-edition-Chinese-English-bilingual
dev

搜索帮助