|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LoadTimeWeavingConfigurer
Interface to be implemented by @Configuration
classes annotated with @EnableLoadTimeWeaving
that wish to
customize the LoadTimeWeaver
instance to be used.
See @EnableAsync
for usage examples and information on how a default
LoadTimeWeaver
is selected when this interface is not used.
LoadTimeWeavingConfiguration
,
EnableLoadTimeWeaving
Method Summary | |
---|---|
LoadTimeWeaver |
getLoadTimeWeaver()
Create, configure and return the LoadTimeWeaver instance to be used. |
Method Detail |
---|
LoadTimeWeaver getLoadTimeWeaver()
LoadTimeWeaver
instance to be used. Note
that it is unnecessary to annotate this method with @Bean
, because the
object returned will automatically be registered as a bean by
LoadTimeWeavingConfiguration.loadTimeWeaver()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |