Skip to content

Commit

Permalink
feat(QueryAttribute): use MeansImplicitUseAttribute
Browse files Browse the repository at this point in the history
  • Loading branch information
jonisavo committed Jun 10, 2022
1 parent fb26fd3 commit a123143
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Assets/UIComponents/Core/Experimental/QueryAttribute.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using System;
using System.Collections.Generic;
using JetBrains.Annotations;
using UnityEngine.UIElements;

namespace UIComponents.Experimental
Expand Down Expand Up @@ -27,6 +28,7 @@ namespace UIComponents.Experimental
/// }
/// </example>
[AttributeUsage(AttributeTargets.Field, AllowMultiple = true)]
[MeansImplicitUse]
public class QueryAttribute : Attribute
{
public string Name { get; set; }
Expand Down

0 comments on commit a123143

Please sign in to comment.