[FIR] CompilerRequiredAnnotationsHelper: add kdoc about usages from SLC

^KT-56046
This commit is contained in:
Dmitrii Gridin
2023-01-26 14:06:40 +01:00
committed by Space Team
parent 72d8fa216a
commit 24041bf96d
@@ -44,6 +44,9 @@ import org.jetbrains.kotlin.name.StandardClassIds.Annotations.JvmRecord
import org.jetbrains.kotlin.name.StandardClassIds.Annotations.WasExperimental
import org.jetbrains.kotlin.utils.addToStdlib.shouldNotBeCalled
/**
* @see org.jetbrains.kotlin.light.classes.symbol.annotations.LazyAnnotationsBox.Companion
*/
object CompilerRequiredAnnotationsHelper {
internal val REQUIRED_ANNOTATIONS_WITH_ARGUMENTS: Set<ClassId> = setOf(
Deprecated,