Initial version
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace EonaCat.DoxaApi.Attributes
|
||||
{
|
||||
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method)]
|
||||
public sealed class DoxaApiGroupAttribute : Attribute
|
||||
{
|
||||
public string Name { get; }
|
||||
public DoxaApiGroupAttribute(string name) => Name = name;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user