< prev index next >

jdk/src/java.management/share/classes/javax/management/ConstructorParameters.java

Print this page

        

*** 60,70 **** * If a constructor is annotated by the both {@code @java.beans.ConstructorProperties} * and {@code @javax.management.ConstructorParameters} annotations * the JMX introspection will give an absolute precedence to the latter one. * </p> * ! * @since 1.9 */ @Documented @Target(CONSTRUCTOR) @Retention(RUNTIME) public @interface ConstructorParameters { /** * <p>The getter names.</p> --- 60,70 ---- * If a constructor is annotated by the both {@code @java.beans.ConstructorProperties} * and {@code @javax.management.ConstructorParameters} annotations * the JMX introspection will give an absolute precedence to the latter one. * </p> * ! * @since 9 */ @Documented @Target(CONSTRUCTOR) @Retention(RUNTIME) public @interface ConstructorParameters { /** * <p>The getter names.</p>
< prev index next >