preferences_annotation 1.0.0
preferences_annotation: ^1.0.0 copied to clipboard
Annotations and interfaces for the preferences_generator package, enabling the creation of type-safe preference modules.
1.0.0 #
- Initial release of
preferences_annotation
. - Added
@PreferenceModule
annotation for defining a settings module. - Added
@PreferenceEntry
annotation for defining a persistent preference value. - Added the
PreferenceAdapter
abstract interface for connecting to a storage backend.