1 package com.android.managedprovisioning.annotations
2 
3 @RequiresOptIn(
4     message =
5     "Marks API meant only to facilitate legacy code integration. " +
6             "Should be avoided whenever possible.",
7     level = RequiresOptIn.Level.ERROR,
8 )
9 annotation class LegacyApi