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

org.kinotic.continuum.idl.ContinuumIdlLibrary Maven / Gradle / Ivy

There is a newer version: 2.3.1
Show newest version
package org.kinotic.continuum.idl;

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

/**
 * This class provides the needed configuration annotations to enable this library for use in Spring boot applications
 */
@Configuration
@ComponentScan
public class ContinuumIdlLibrary {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy