站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 1.2.9 API 文档英文版

BeforeAdvice (Spring Framework) - Spring Framework 1.2.9 API 文档英文版


org.springframework.aop
Interface BeforeAdvice

All Superinterfaces:
Advice
All Known Subinterfaces:
MethodBeforeAdvice

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



Copyright (c) 2002-2007 The Spring Framework Project.