Skip to content

Commit fc8c534

Browse files
committed
Add Enum supports
1 parent aff1dbd commit fc8c534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
namespace SourceGeneration.Reflection;
22

3-
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct)]
3+
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum)]
44
public class SourceReflectionAttribute : Attribute { }

0 commit comments

Comments
 (0)