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

com.balajeetm.mystique.util.jackson.config.JacksonScanConfig Maven / Gradle / Ivy

/*
 * Copyright (c) Balajee TM 2017.
 * All rights reserved.
 * License -  @see 
 */

/*
 * Created on 24 Jan, 2017 by balajeetm
 */
package com.balajeetm.mystique.util.jackson.config;

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

/**
 * The Class JacksonScanConfig. Configures and instantiates all the mystique
 * beans.
 *
 * @author balajeetm
 */
@Configuration
@ComponentScan(basePackages = { "com.balajeetm.mystique.util.jackson.bean" })
public class JacksonScanConfig {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy