All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.futuresight.util.mystique.config.JsonMystiqueConfig Maven / Gradle / Ivy

There is a newer version: 1.0.8
Show newest version
/*
 * Copyright (c) Balajee TM 2016.
 * All rights reserved.
 * License -  @see 
 */

/*
 * Created on 25 Aug, 2016 by balajeetm
 */
package com.futuresight.util.mystique.config;

import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;

/**
 * The Class JsonMystiqueConfig.
 *
 * @author balajeetm
 */
@Configuration
@ComponentScan(basePackages = {"com.futuresight.util.mystique"})
public class JsonMystiqueConfig {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy