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

info.xiancloud.core.RequiredOrNot Maven / Gradle / Ivy

The newest version!
package info.xiancloud.core;

/**
 * Enum class to descript whether an input parameter is required or not.
 *
 * @author happyyangyuan
 */
enum RequiredOrNot {
    REQUIRED,
    NOT_REQUIRED
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy