using System; using System.Diagnostics; namespace ScreenConnect; [AttributeUsage(AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Parameter | AttributeTargets.Delegate)] [Conditional("JETBRAINS_ANNOTATIONS")] public sealed class ItemNotNullAttribute : Attribute { }