src/share/classes/com/sun/tools/doclets/internal/toolkit/AnnotationTypeWriter.java

changeset 1359
25e14ad23cef
parent 798
4868a36f6fd8
child 1364
8db45b13526e
     1.1 --- a/src/share/classes/com/sun/tools/doclets/internal/toolkit/AnnotationTypeWriter.java	Tue Oct 09 19:31:58 2012 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/doclets/internal/toolkit/AnnotationTypeWriter.java	Wed Oct 10 16:48:21 2012 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -32,9 +32,10 @@
    1.11  /**
    1.12   * The interface for writing annotation type output.
    1.13   *
    1.14 - * This code is not part of an API.
    1.15 - * It is implementation that is subject to change.
    1.16 - * Do not use it as an API.
    1.17 + *  <p><b>This is NOT part of any supported API.
    1.18 + *  If you write code that depends on this, you do so at your own risk.
    1.19 + *  This code and its internal interfaces are subject to change or
    1.20 + *  deletion without notice.</b>
    1.21   *
    1.22   * @author Jamie Ho
    1.23   * @author Bhavesh Patel (Modified)

mercurial