org.aopalliance.aop
Interface Advice

All Known Subinterfaces:
ConstructorInterceptor, FieldInterceptor, Interceptor, MethodInterceptor

public interface Advice

Tag interface for Advice. Implementations can be any type of advice, such as Interceptors.

Version:
$Id: Advice.java,v 1.1 2004/03/19 17:02:16 johnsonr Exp $
Author:
Rod Johnson