src/share/classes/javax/lang/model/type/TypeVariable.java

changeset 972
694ff82ca68e
parent 554
9d9f26857129
child 2200
7c89d200781b
equal deleted inserted replaced
971:bfbc197b560f 972:694ff82ca68e
36 * A type variable may be explicitly declared by a 36 * A type variable may be explicitly declared by a
37 * {@linkplain TypeParameterElement type parameter} of a 37 * {@linkplain TypeParameterElement type parameter} of a
38 * type, method, or constructor. 38 * type, method, or constructor.
39 * A type variable may also be declared implicitly, as by 39 * A type variable may also be declared implicitly, as by
40 * the capture conversion of a wildcard type argument 40 * the capture conversion of a wildcard type argument
41 * (see chapter 5 of <i>The Java Language Specification, Third 41 * (see chapter 5 of
42 * Edition</i>). 42 * <cite>The Java&trade; Language Specification</cite>).
43 * 43 *
44 * @author Joseph D. Darcy 44 * @author Joseph D. Darcy
45 * @author Scott Seligman 45 * @author Scott Seligman
46 * @author Peter von der Ah&eacute; 46 * @author Peter von der Ah&eacute;
47 * @see TypeParameterElement 47 * @see TypeParameterElement

mercurial