Innovenergy_trunk/csharp/Lib/StatusApi/Generator/OpParallelAttribute.cs

5 lines
138 B
C#
Raw Normal View History

namespace InnovEnergy.Lib.StatusApi.Generator;
[AttributeUsage(AttributeTargets.Class)]
internal class OpParallelAttribute : Attribute
{}