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

Print this page

        

*** 85,95 **** * methods. We then proceed to analyze the class's superclass and add * in the information from it (and possibly on up the superclass chain). * <p> * For more information about introspection and design patterns, please * consult the ! * <a href="http://java.sun.com/products/javabeans/docs/index.html">JavaBeans&trade; specification</a>. */ public class Introspector { // Flags that can be used to control getBeanInfo: --- 85,95 ---- * methods. We then proceed to analyze the class's superclass and add * in the information from it (and possibly on up the superclass chain). * <p> * For more information about introspection and design patterns, please * consult the ! * <a href="http://www.oracle.com/technetwork/java/index.html">JavaBeans&trade; specification</a>. */ public class Introspector { // Flags that can be used to control getBeanInfo: