We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19aceeb commit 9c223c1Copy full SHA for 9c223c1
src/reference/docbook/validation.xml
@@ -603,7 +603,7 @@ Float salary = (Float) company.getPropertyValue("managingDirector.salary");]]></
603
<para>Note that you can also use the standard
604
<interfacename>BeanInfo</interfacename> JavaBeans mechanism here as well
605
(described <ulink
606
- url="http://java.sun.com/docs/books/tutorial/javabeans/customization/index.html"
+ url="http://docs.oracle.com/javase/tutorial/javabeans/advanced/customization.html"
607
>in not-amazing-detail here</ulink>). Find below an example of using the
608
<interfacename>BeanInfo</interfacename> mechanism for explicitly
609
registering one or more <interfacename>PropertyEditor</interfacename>
0 commit comments