< prev index next >

jdk/src/java.desktop/share/classes/java/beans/BeanProperty.java

Print this page

        

@@ -37,11 +37,11 @@
  * This annotation is not used if the annotated class
  * has a corresponding user-defined {@code BeanInfo} class,
  * which does not imply the automatic analysis.
  *
  * @see BeanInfo#getPropertyDescriptors
- * @since 1.9
+ * @since 9
  *
  * @author Sergey A. Malenkov
  */
 @Documented
 @Target({METHOD})
< prev index next >