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

changeset 581
f2fdd52e4e87
parent 554
9d9f26857129
child 1357
c75be5bc5283
equal deleted inserted replaced
580:46cf751559ae 581:f2fdd52e4e87
37 * By comparison, a Tree.Kind has enum values for all elements in the AST, and 37 * By comparison, a Tree.Kind has enum values for all elements in the AST, and
38 * it does not provide enough resolution for type arguments (i.e., whether an 38 * it does not provide enough resolution for type arguments (i.e., whether an
39 * annotation targets a type argument in a local variable, method return type, 39 * annotation targets a type argument in a local variable, method return type,
40 * or a typecast). 40 * or a typecast).
41 * 41 *
42 * <p><b>This is NOT part of any API supported by Sun Microsystems. If 42 * <p><b>This is NOT part of any supported API.
43 * you write code that depends on this, you do so at your own risk. 43 * If you write code that depends on this, you do so at your own risk.
44 * This code and its internal interfaces are subject to change or 44 * This code and its internal interfaces are subject to change or
45 * deletion without notice.</b> 45 * deletion without notice.</b>
46 */ 46 */
47 public enum TargetType { 47 public enum TargetType {
48 48

mercurial