mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 05:43:40 +01:00
chore: mark PluginServiceAttribute with MeansImplicitUse
This commit is contained in:
parent
2ebe1a9c19
commit
7ec00462ac
1 changed files with 3 additions and 0 deletions
|
|
@ -1,11 +1,14 @@
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
|
using JetBrains.Annotations;
|
||||||
|
|
||||||
namespace Dalamud.IoC
|
namespace Dalamud.IoC
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// This attribute indicates whether an applicable service should be injected into the plugin.
|
/// This attribute indicates whether an applicable service should be injected into the plugin.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[AttributeUsage(AttributeTargets.Property)]
|
[AttributeUsage(AttributeTargets.Property)]
|
||||||
|
[MeansImplicitUse(ImplicitUseKindFlags.Assign)]
|
||||||
public class PluginServiceAttribute : Attribute
|
public class PluginServiceAttribute : Attribute
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue