仿真平台内核初版 -tlib库 包含<sparc arm riscv powerPC>
This commit is contained in:
10
lib/options-parser/Validation/RequiredAttribute.cs
Normal file
10
lib/options-parser/Validation/RequiredAttribute.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace Antmicro.OptionsParser
|
||||
{
|
||||
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
|
||||
public class RequiredAttribute : Attribute
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user