using System; namespace Avalonia.Metadata { /// /// This API is unstable and is not covered by API compatibility guarantees between minor and /// patch releases. /// [AttributeUsage(AttributeTargets.All)] public sealed class UnstableAttribute : Attribute { } }