Skip to content

Commit da624b8

Browse files
committed
Remove annotation attribute
1 parent dfcb4a7 commit da624b8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Assets/SimpleCodeGenerator/Editor/CodeGenerationMethod.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
using System;
2-
using JetBrains.Annotations;
32

43
namespace SimpleCodeGenerator.Editor
54
{
65
/// <summary>
76
/// This attribute is used to mark methods for the <see cref="CodeGenerator"/> in order for them to be picked called during code generation.
87
/// </summary>
98
[AttributeUsage(AttributeTargets.Method)]
10-
[MeansImplicitUse]
119
public sealed class CodeGenerationMethod : Attribute
1210
{
1311
}

0 commit comments

Comments
 (0)