EffectiveJava3rd_Chapter6.pptx](EffectiveJava3rd_Chapter6.pptx)
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.