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

org.bidib.wizard.dmx.client.autoconfig.DmxClientAutoConfig Maven / Gradle / Ivy

The newest version!
package org.bidib.wizard.dmx.client.autoconfig;

import org.bidib.wizard.dmx.client.config.DmxClientConfig;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;

@Configuration
@Import(DmxClientConfig.class)
public class DmxClientAutoConfig {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy