Interface LoadTimeWeaverAware

All Superinterfaces:
Aware
All Known Implementing Classes:
AspectJWeavingEnabler, DefaultPersistenceUnitManager, LocalContainerEntityManagerFactoryBean

public interface LoadTimeWeaverAware extends 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: