Singleton

@propertyWrapper
@StorageActor
open class Singleton<Value> : StorePropertyWrapper<SingletonStorage>

@Singleton property wrapper.