InternalCircuitSaverApi
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY] )
@RequiresOptIn(level = RequiresOptIn.Level.ERROR, message = "This is an internal Circuit saver API. It may change without warning and should not be used outside Circuit's first-party artifacts.")
Marks internal Circuit saver APIs that may change without warning or migration support.
These declarations support integration between Circuit's own artifacts and should not be used by applications.