< prev index next >

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

Print this page

        

@@ -27,11 +27,11 @@
 
 import java.util.Collection;
 import java.util.Iterator;
 import java.util.ServiceLoader;
 
-
+@Deprecated
 public interface Bundlers {
 
     /**
      * This convenience method will call {@link #createBundlersInstance(ClassLoader)}
      * with the classloader that this Bundlers is loaded from.
< prev index next >