The Spring Framework

org.springframework.aop
Interface BeforeAdvice

All Superinterfaces:
Advice
All Known Subinterfaces:
MethodBeforeAdvice
All Known Implementing Classes:
AspectJMethodBeforeAdvice

public interface BeforeAdvice
extends 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.

Author:
Rod Johnson
See Also:
MethodBeforeAdvice


The Spring Framework

Copyright © 2002-2006 The Spring Framework.