Enum
From APIDesign
Java has been enhanced with enums in version 1.5. The Enums greatly simplify and standardize the way one can express the enumerated types in Java. However since their introduction I was not sure how suitable they are for API Design (and I was not the only one, see few year's old Andrei's post.
TBD: Story about AU.CATEGORY