- 所有已知子接口:
- ConstructorInterceptor, FieldInterceptor, Interceptor, MethodInterceptor
public interface Advice
Tag interface for Advice. Implementations can be any type
of advice, such as Interceptors.
- 版本:
- $Id: Advice.java,v 1.1 2004/03/19 17:02:16 johnsonr Exp $
- 作者:
- Rod Johnson