annotations library
Classes
- AbstractGenerateEnumMap
- A superclass for annotations that you actually use.
- GenerateEnumMap
- Use this annotation on enums to create a modifiable map based on them.
- GenerateUnmodifiableEnumMap
- Use this annotation on enums to create an unmodifiable map based on them. Such map has a const constructor.
Constants
- enumMap → const GenerateEnumMap
- Use this annotation on enums to create a modifiable map based on them.
- unmodifiableEnumMap → const GenerateUnmodifiableEnumMap
- Use this annotation on enums to create a modifiable map based on them. Such map has a const constructor.