Interface LoadTimeWeaverAware

All Superinterfaces:
org.springframework.beans.factory.Aware
All Known Implementing Classes:
AspectJWeavingEnabler

public interface LoadTimeWeaverAware extends org.springframework.beans.factory.Aware
Interface to be implemented by any object that wishes to be notified of the application context's default LoadTimeWeaver.
Since:
2.5
Author:
Juergen Hoeller, Chris Beams
See Also: