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

me.dhf.dict.Selects Maven / Gradle / Ivy

Go to download

Generate global dictionary JSON file and map for calling in the previous section or view

The newest version!
package me.dhf.dict;

public class Selects {
	private Selects() {
		super();
	}

	public static SelectBuilder custom() {
		return SelectBuilder.create();
	}

	public static void createDefault() {
		SelectBuilder.create().build();
	}

	public static void createSystem() {
		SelectBuilder.create().useSystemProperties().build();
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy