src/java.desktop/share/classes/java/beans/Introspector.java

Print this page

        

*** 45,57 **** import java.util.HashMap; import java.util.Iterator; import java.util.EventObject; import java.util.List; import java.util.TreeMap; - import sun.misc.JavaBeansAccess; ! import sun.misc.SharedSecrets; import sun.reflect.misc.ReflectUtil; /** * The Introspector class provides a standard way for tools to learn about * the properties, events, and methods supported by a target Java Bean. --- 45,57 ---- import java.util.HashMap; import java.util.Iterator; import java.util.EventObject; import java.util.List; import java.util.TreeMap; ! import jdk.internal.misc.JavaBeansAccess; ! import jdk.internal.misc.SharedSecrets; import sun.reflect.misc.ReflectUtil; /** * The Introspector class provides a standard way for tools to learn about * the properties, events, and methods supported by a target Java Bean.