Skip to content

Instantly share code, notes, and snippets.

@ruslux
Created February 16, 2021 13:17
Show Gist options
  • Save ruslux/b1bafdd1833343b37d14ff0da14b1701 to your computer and use it in GitHub Desktop.
Save ruslux/b1bafdd1833343b37d14ff0da14b1701 to your computer and use it in GitHub Desktop.
using System;
namespace Oneman.DI
{
[AttributeUsage(AttributeTargets.Field)]
public class Inject: Attribute {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment