public interface

BeforeAdvice

org.springframework.aop.BeforeAdvice
Known Indirect Subclasses

Class Overview

Common marker interface for before advice, such as MethodBeforeAdvice.

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

See Also