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

io.github.ye17186.myhelper.web.autoconfigure.properties.MhWebDelayEventProperties Maven / Gradle / Ivy

There is a newer version: 0.0.6
Show newest version
package io.github.ye17186.myhelper.web.autoconfigure.properties;

import lombok.Getter;
import lombok.Setter;

/**
 * @author ye17186
 * @since  2023-03-19
 */
@Setter
@Getter
public class MhWebDelayEventProperties {

    private boolean enabled = true;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy