@ConditionalOnClass(value=org.springframework.scheduling.Trigger.class)
@Configuration
@ConditionalOnProperty(prefix="spring.scheduling",
name="auto",
havingValue="true",
matchIfMissing=true)
public class SchedulingAutoConfigurationBefore
extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
SchedulingAutoConfigurationBefore.SchedulingConfiguration |
| Constructor and Description |
|---|
SchedulingAutoConfigurationBefore() |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.