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