com.futuresight.util.mystique.config.JsonMystiqueConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of json-mystique Show documentation
Show all versions of json-mystique Show documentation
Json Utility to transform Jsons
/*
* 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 {
}