src/share/classes/java/beans/SimpleBeanInfo.java

Print this page
rev 10053 : 8044855: Add missing @since tag under java.beans.*
Reviewed-by:

@@ -32,10 +32,12 @@
  * It defaults to providing "noop" information, and can be selectively
  * overriden to provide more explicit information on chosen topics.
  * When the introspector sees the "noop" values, it will apply low
  * level introspection and design patterns to automatically analyze
  * the target bean.
+ *
+ * @since 1.1
  */
 
 public class SimpleBeanInfo implements BeanInfo {
 
     /**