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

com.github.bingoohuang.settingbeanorm.SettingValueFormat Maven / Gradle / Ivy

There is a newer version: 0.0.9
Show newest version
package com.github.bingoohuang.settingbeanorm;

public enum SettingValueFormat {
    Default,
    /**
     * Simple comma-separated list.
     */
    SimpleList,

    /**
     * Time duration for human friendly.
     * like 1h for 1 hour, 10m for 10 minutes.
     * The unit only support h(hour, default), m(minute).
     */
    HumanTimeDuration,
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy