--- old/src/share/classes/java/beans/ConstructorProperties.java 2013-08-06 14:49:07.000000000 -0700 +++ new/src/share/classes/java/beans/ConstructorProperties.java 2013-08-06 14:49:07.000000000 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -61,7 +61,7 @@ the {@code getY()} method. Since parameter names are not in general available at runtime, without the annotation there would be no way to know whether the parameters correspond to {@code getX()} - and {@code getY()} or the other way around.

+ and {@code getY()} or the other way around. @since 1.6 */