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

org.nutz.plugins.dict.Selects Maven / Gradle / Ivy

There is a newer version: 1.r.69.v20220215
Show newest version
package org.nutz.plugins.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 - 2025 Weber Informatics LLC | Privacy Policy