Example usage for org.springframework.context.annotation AdviceModeImportSelector subclass-usage

List of usage examples for org.springframework.context.annotation AdviceModeImportSelector subclass-usage

Introduction

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

Usage

From source file com.icfcc.cache.annotation.CachingConfigurationSelector.java

/**
 * Selects which implementation of {@link org.springframework.cache.annotation.AbstractCachingConfiguration} should be used
 * based on the value of {@link EnableCaching#mode} on the importing {@code @Configuration}
 * class.
 *
 * @author Chris Beams

From source file com.developmentsprint.spring.breaker.annotations.CircuitBreakerConfigurationSelector.java

/**
 * Selects which implementation of {@link AbstractCircuitBreakerConfiguration} should be used based on the value of {@link EnableCircuitBreakers#mode} on the
 * importing {@code @Configuration} class.
 * 
 * @author Todd Orr
 * @since 1.0