xref: /aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/dagger/QSRestoreLog.kt (revision d57664e9bc4670b3ecf6748a746a57c557b6bc9e)
1 package com.android.systemui.qs.pipeline.dagger
2 
3 import javax.inject.Qualifier
4 
5 /** A [LogBuffer] for the QS pipeline to track restore of associated settings. */
6 @Qualifier @MustBeDocumented @Retention(AnnotationRetention.RUNTIME) annotation class QSRestoreLog
7