using System; namespace OpenTap { /// Marks a property on a test step that cannot be merged with another property from another step.. [AttributeUsage(AttributeTargets.Property)] public class UnmergableAttribute : Attribute { } }