< prev index next >

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

Print this page

        

*** 37,47 **** * 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#getBeanDescriptor ! * @since 1.9 * * @author Sergey A. Malenkov */ @Documented @Target({TYPE}) --- 37,47 ---- * 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#getBeanDescriptor ! * @since 9 * * @author Sergey A. Malenkov */ @Documented @Target({TYPE})
< prev index next >