Natively supports all the data types that the standard preferences API supports, including String, int, long and byte[]. @author prunge
338339340341342343344345346
} } //Just use standard Java preferences otherwise Preferences pref = Preferences.userRoot(); node(new JavaPreferenceNode(pref)); return(this); }