< prev index next >

modules/jdk.packager/src/main/java/com/oracle/tools/packager/EnumeratedBundlerParam.java

Print this page

        

*** 45,55 **** --- 45,57 ---- * String key = getLastValue(keys); // get last value for example * * String value = MAC_CATEGORY.getValueForDisplayableKey(key); * params.put(MAC_CATEGORY.getID(), value); * + * @Deprecated */ + @Deprecated public class EnumeratedBundlerParam<T> extends BundlerParamInfo<T> { //Not sure if this is the correct order, my idea is that from and IDE's perspective //the string to display to the user is the key and then the value is some type of //object (although probably a String in most cases) private Map<String, T> elements;
< prev index next >