--- old/src/share/classes/java/lang/annotation/Annotation.java Thu Jan 29 13:05:20 2009 +++ new/src/share/classes/java/lang/annotation/Annotation.java Thu Jan 29 13:05:19 2009 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2003-2009 Sun Microsystems, Inc. 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 @@ -31,6 +31,10 @@ * an annotation type. Also note that this interface does not itself * define an annotation type. * + * More information about annotation types can be found in The + * Java™ Language Specification, Third Edition, §9.6. + * * @author Josh Bloch * @since 1.5 */