Source set: Common
@RequiresOptIn(
message =
"Internal/Unstable API for use only between foundation modules sharing " +
"the same exact version, subject to change without notice."
)
@Target(
AnnotationTarget.CLASS,
AnnotationTarget.FUNCTION,
AnnotationTarget.PROPERTY,
AnnotationTarget.PROPERTY_GETTER,
AnnotationTarget.PROPERTY_SETTER,
)
public annotation class InternalFoundationTextApi