org.springframework.aop
Interface BeforeAdvice

All Superinterfaces:
org.aopalliance.aop.Advice
All Known Subinterfaces:
MethodBeforeAdvice

public interface BeforeAdvice
extends org.aopalliance.aop.Advice

Superinterface for all before advice. Spring supports only method before advice. Although this is unlikely to change, this API is designed to allow field advice in future if desired.

Version:
$Id: BeforeAdvice.java,v 1.3 2004/03/19 16:54:36 johnsonr Exp $
Author:
Rod Johnson
See Also:
MethodBeforeAdvice



Copyright (C) 2003-2004 The Spring Framework Project.