Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 317 Bytes

File metadata and controls

9 lines (6 loc) · 317 Bytes

6 Enums and Annotations

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.