com.thehellings.config.Mode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of utilities Show documentation
Show all versions of utilities Show documentation
Some simple utilities that I use in my personal Java work
package com.thehellings.config;
public enum Mode {
DEVELOPMENT,
PRODUCTION
}