--- old/modules/jdk.packager/src/main/java/com/oracle/tools/packager/EnumeratedBundlerParam.java 2017-04-11 08:28:03.000000000 -0700 +++ new/modules/jdk.packager/src/main/java/com/oracle/tools/packager/EnumeratedBundlerParam.java 2017-04-11 08:28:03.000000000 -0700 @@ -47,7 +47,9 @@ * String value = MAC_CATEGORY.getValueForDisplayableKey(key); * params.put(MAC_CATEGORY.getID(), value); * + * @Deprecated */ +@Deprecated public class EnumeratedBundlerParam extends BundlerParamInfo { //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