mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 06:13:40 +01:00
Merge pull request #748 from ascclemens/impwicit_use_uwu
Mark PluginServiceAttribute with MeansImplicitUse
This commit is contained in:
commit
37db0dd6d0
1 changed files with 3 additions and 0 deletions
|
|
@ -1,11 +1,14 @@
|
|||
using System;
|
||||
|
||||
using JetBrains.Annotations;
|
||||
|
||||
namespace Dalamud.IoC
|
||||
{
|
||||
/// <summary>
|
||||
/// This attribute indicates whether an applicable service should be injected into the plugin.
|
||||
/// </summary>
|
||||
[AttributeUsage(AttributeTargets.Property)]
|
||||
[MeansImplicitUse(ImplicitUseKindFlags.Assign)]
|
||||
public class PluginServiceAttribute : Attribute
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue