< prev index next >

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

Print this page

        

@@ -28,12 +28,12 @@
 import java.util.HashMap;
 import java.util.Map;
 import java.util.function.BiFunction;
 import java.util.function.Function;
 
+@Deprecated
 public class BundlerParamInfo<T> {
-
     /**
      * The user friendly name of the parameter
      */
     String name;
 
< prev index next >