< prev index next >

jdk/src/java.desktop/share/classes/java/beans/BeanProperty.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#getPropertyDescriptors ! * @since 1.9 * * @author Sergey A. Malenkov */ @Documented @Target({METHOD}) --- 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#getPropertyDescriptors ! * @since 9 * * @author Sergey A. Malenkov */ @Documented @Target({METHOD})
< prev index next >