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

Print this page

        

@@ -27,11 +27,14 @@
 
 import java.util.Collection;
 import java.util.Iterator;
 import java.util.ServiceLoader;
 
-
+/**
+ * @deprecated use {@link ToolProvider} to locate the {@code "javapackager"} tool instead.
+ */
+@Deprecated(since="10", forRemoval=true)
 public interface Bundlers {
 
     /**
      * This convenience method will call {@link #createBundlersInstance(ClassLoader)}
      * with the classloader that this Bundlers is loaded from.