Skip to main content

One doc tagged with "chapter-06-enums-and-annotations"

View all tags

Chapter 6: Enums and Annotations

Java supports two special-purpose families of reference types: *enum types* (a kind of class) and *annotation types* (a kind of interface). This chapter.