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

com.fengwenyi.apistarter.constant.EnabledState Maven / Gradle / Ivy

There is a newer version: 1.3.3
Show newest version
package com.fengwenyi.apistarter.constant;

/**
 * 启用状态
 * @author Erwin Feng
 * @since 2022-04-16
 */
public class EnabledState {

    /** 启用 */
    public static final boolean Y = true;

    /** 禁用 */
    public static final boolean N = false;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy