In programming, annotations are used to add information to a code element which cannot be expressed by the type system.

learn more… | top users | synonyms (1)

6
votes
1answer
95 views
+50

Best way to support “Extendable enums” in annotations?

In my library there is a concept of "user levels". I have provided several default levels but for various reasons want to give the user the option of using their own levels. Currently this is ...