Class InjectionTargetAttribute
Indicates that a class should be analysed for fields decorated with the [Inject]
attribute.
Inheritance
System.Object
System.Attribute
InjectionTargetAttribute
Namespace: AlchemyBow.Core.IoC
Assembly: AlchemyBow.Core.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class InjectionTargetAttribute : Attribute