< prev index next >

modules/jdk.packager/src/main/java/com/sun/javafx/tools/packager/bundlers/BundleParams.java

Print this page

        

@@ -37,11 +37,11 @@
 
 import static com.oracle.tools.packager.StandardBundlerParam.*;
 
 import jdk.packager.internal.JLinkBundlerHelper;
 
-
+@Deprecated
 public class BundleParams {
 
     final protected Map<String, ? super Object> params;
 
     public static final String PARAM_RUNTIME                = "runtime"; // RelativeFileSet
< prev index next >