< prev index next >

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

Print this page

        

*** 27,39 **** import java.io.File; import java.util.Collection; import java.util.Map; public interface Bundler { - - /** * @return User Friendly name of this bundler. */ String getName(); --- 27,38 ---- import java.io.File; import java.util.Collection; import java.util.Map; + @Deprecated public interface Bundler { /** * @return User Friendly name of this bundler. */ String getName();
< prev index next >