be.bagofwords.application.EnableSchedulingConfiguration Maven / Gradle / Ivy
package be.bagofwords.application;
import org.springframework.context.annotation.Configuration;
import org.springframework.scheduling.annotation.EnableScheduling;
/**
* Created by Koen Deschacht ([email protected]) on 14/11/14.
*/
@Configuration
@EnableScheduling
public class EnableSchedulingConfiguration {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy