mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-18 17:37:01 +01:00
11 lines
273 B
C#
11 lines
273 B
C#
using System;
|
|
|
|
namespace WireMock.Validation
|
|
{
|
|
/// <summary>
|
|
/// To fix 'xxx' is null on at least one execution path. See also https://rules.sonarsource.com/csharp/RSPEC-3900.
|
|
/// </summary>
|
|
internal class ValidatedNotNullAttribute : Attribute
|
|
{
|
|
}
|
|
} |