jdk/src/java.desktop/share/classes/java/beans/AppletInitializer.java
changeset 42198 6ff366cc096b
parent 25859 3317bb8137f4
child 43078 1d242b27f9e2
equal deleted inserted replaced
42197:3fa9da09d5b6 42198:6ff366cc096b
    42  * @since 1.2
    42  * @since 1.2
    43  *
    43  *
    44  */
    44  */
    45 
    45 
    46 
    46 
       
    47 @SuppressWarnings("deprecation")
    47 public interface AppletInitializer {
    48 public interface AppletInitializer {
    48 
    49 
    49     /**
    50     /**
    50      * <p>
    51      * <p>
    51      * If passed to the appropriate variant of java.beans.Beans.instantiate
    52      * If passed to the appropriate variant of java.beans.Beans.instantiate