提交 8dc74913 编写于 作者: M malenkov

6905574: DOC: Introspector's javadoc contains wrong statement

Reviewed-by: gsm
上级 65e7ace7
...@@ -78,20 +78,7 @@ import sun.reflect.misc.ReflectUtil; ...@@ -78,20 +78,7 @@ import sun.reflect.misc.ReflectUtil;
* patterns to identify property accessors, event sources, or public * patterns to identify property accessors, event sources, or public
* methods. We then proceed to analyze the class's superclass and add * methods. We then proceed to analyze the class's superclass and add
* in the information from it (and possibly on up the superclass chain). * in the information from it (and possibly on up the superclass chain).
*
* <p> * <p>
* Because the Introspector caches BeanInfo classes for better performance,
* take care if you use it in an application that uses
* multiple class loaders.
* In general, when you destroy a <code>ClassLoader</code>
* that has been used to introspect classes,
* you should use the
* {@link #flushCaches <code>Introspector.flushCaches</code>}
* or
* {@link #flushFromCaches <code>Introspector.flushFromCaches</code>} method
* to flush all of the introspected classes out of the cache.
*
* <P>
* For more information about introspection and design patterns, please * For more information about introspection and design patterns, please
* consult the * consult the
* <a href="http://java.sun.com/products/javabeans/docs/index.html">JavaBeans specification</a>. * <a href="http://java.sun.com/products/javabeans/docs/index.html">JavaBeans specification</a>.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册