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

io.github.hylexus.jt808.boot.annotation.EnableJt808ServerAutoConfig Maven / Gradle / Ivy

There is a newer version: 2.0.3-RELEASE
Show newest version
package io.github.hylexus.jt808.boot.annotation;

import io.github.hylexus.jt808.boot.config.Jt808ServerAutoConfigure;
import org.springframework.boot.autoconfigure.ImportAutoConfiguration;

import java.lang.annotation.*;

/**
 * @author hylexus
 * Created At 2020-01-26 2:07 下午
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
@Documented
//@Import({Jt808ServerAutoConfigure.class})
@ImportAutoConfiguration(Jt808ServerAutoConfigure.class)
public @interface EnableJt808ServerAutoConfig {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy