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

com.feingto.iot.common.config.annotation.EnableIgniteAutoConfiguration Maven / Gradle / Ivy

There is a newer version: 2.3.3.RELEASE
Show newest version
package com.feingto.iot.common.config.annotation;

import java.lang.annotation.*;

/**
 * 注解启用ignite自动配置 @EnableIgniteAutoConfiguration
 *
 * @author longfei
 */
@Documented
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
public @interface EnableIgniteAutoConfiguration {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy