- tweak: Some view change
This commit is contained in:
7
Nebula.Shared/Attributes/ConstructGeneratorAttribute.cs
Normal file
7
Nebula.Shared/Attributes/ConstructGeneratorAttribute.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Nebula.Shared.Attributes
|
||||
{
|
||||
[AttributeUsage(AttributeTargets.Class)]
|
||||
public class ConstructGeneratorAttribute : Attribute
|
||||
{
|
||||
}
|
||||
}
|
||||
7
Nebula.Shared/Attributes/GeneratePropertyAttribute.cs
Normal file
7
Nebula.Shared/Attributes/GeneratePropertyAttribute.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Nebula.Shared.Attributes
|
||||
{
|
||||
[AttributeUsage(AttributeTargets.Property)]
|
||||
public class GeneratePropertyAttribute : Attribute
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user