Added container accessor to Castle.Core
[castle.git] / AspectSharp / AopAlliance / Aop / IAdvice.cs
blob62ef2e6e4d2024ccf4bc62a57f599af2ee79508f
1 using System;
3 namespace AopAlliance.Aop
5 /// <summary>
6 /// Tag interface for Advice. Implementations can be any type of advice, such as Interceptors.
7 /// </summary>
8 public interface IAdvice