Singleton

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

@Singleton property wrapper.