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

io.github.hylexus.jt808.boot.props.handler.scan.Jt808HandlerScanProps Maven / Gradle / Ivy

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

import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
import lombok.extern.slf4j.Slf4j;
import org.springframework.validation.annotation.Validated;

import java.util.Set;

/**
 * @author hylexus
 * Created At 2019-09-22 7:33 下午
 */
@Getter
@Setter
@ToString
@Slf4j
@Validated
public class Jt808HandlerScanProps {
    private boolean enabled = true;
    private Set basePackages;
    private boolean registerBuiltinMsgHandlers = true;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy