--- old/src/jdk.xml.bind/share/classes/com/sun/codemodel/internal/JAnnotationUse.java 2015-10-21 14:10:43.000000000 +0200 +++ new/src/jdk.xml.bind/share/classes/com/sun/codemodel/internal/JAnnotationUse.java 2015-10-21 14:10:43.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2015, 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 @@ -293,11 +293,10 @@ * Adds a member value pair to this annotation * This can be used for e.g to specify *
-      *        @XmlCollectionItem(type=Integer.class);
-      * 
-      * For adding a value of Class
-      * @link
-      * #annotationParam(java.lang.String, java.lang.Class)
+      *        {@code @XmlCollectionItem(type=Integer.class);}
+      * 
+ * For adding a value of {@code Class} + * {@link #annotationParam(java.lang.String, java.lang.Class)} * @param name * The simple name for this annotation param *