Example usage for org.springframework.context.annotation LoadTimeWeavingConfigurer interface-usage

List of usage examples for org.springframework.context.annotation LoadTimeWeavingConfigurer interface-usage

Introduction

In this page you can find the example usage for org.springframework.context.annotation LoadTimeWeavingConfigurer interface-usage.

Usage

From source file de.accso.performancetesting.config.AppConfiguration.java

@Configuration
@EnableLoadTimeWeaving(aspectjWeaving = EnableLoadTimeWeaving.AspectJWeaving.ENABLED)
public class AppConfiguration implements LoadTimeWeavingConfigurer {

    @Override
    public LoadTimeWeaver getLoadTimeWeaver() {