< prev index next >

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

Print this page

        

*** 42,52 **** --- 42,55 ---- import static com.oracle.tools.packager.StandardBundlerParam.*; /** * Common utility methods used by app image bundlers. + * + * @Deprecated */ + @Deprecated public abstract class AbstractImageBundler extends AbstractBundler { private static final ResourceBundle I18N = ResourceBundle.getBundle(AbstractImageBundler.class.getName());
< prev index next >