Uses of Interface
org.springframework.aop.MethodBeforeAdvice

Packages that use MethodBeforeAdvice
org.springframework.aop.framework.adapter SPI package allowing Spring AOP framework to handle arbitrary advice types. 
 

Uses of MethodBeforeAdvice in org.springframework.aop.framework.adapter
 

Constructors in org.springframework.aop.framework.adapter with parameters of type MethodBeforeAdvice
MethodBeforeAdviceInterceptor(MethodBeforeAdvice advice)
           
 



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