src/share/classes/com/sun/tools/javac/code/TypeAnnotationPosition.java

changeset 581
f2fdd52e4e87
parent 554
9d9f26857129
child 798
4868a36f6fd8
equal deleted inserted replaced
580:46cf751559ae 581:f2fdd52e4e87
27 27
28 import com.sun.tools.javac.util.*; 28 import com.sun.tools.javac.util.*;
29 29
30 /** A type annotation position. 30 /** A type annotation position.
31 * 31 *
32 * <p><b>This is NOT part of any API supported by Sun Microsystems. If 32 * <p><b>This is NOT part of any supported API.
33 * you write code that depends on this, you do so at your own risk. 33 * If you write code that depends on this, you do so at your own risk.
34 * This code and its internal interfaces are subject to change or 34 * This code and its internal interfaces are subject to change or
35 * deletion without notice.</b> 35 * deletion without notice.</b>
36 */ 36 */
37 public class TypeAnnotationPosition { 37 public class TypeAnnotationPosition {
38 38

mercurial