< prev index next >

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

Print this page
rev 60127 : 8249205: Remove unnecessary trademark symbols

*** 37,47 **** * {@linkplain TypeParameterElement type parameter} of a * type, method, or constructor. * A type variable may also be declared implicitly, as by * the capture conversion of a wildcard type argument * (see chapter {@jls 5} of ! * <cite>The Java&trade; Language Specification</cite>). * * @author Joseph D. Darcy * @author Scott Seligman * @author Peter von der Ah&eacute; * @see TypeParameterElement --- 37,47 ---- * {@linkplain TypeParameterElement type parameter} of a * type, method, or constructor. * A type variable may also be declared implicitly, as by * the capture conversion of a wildcard type argument * (see chapter {@jls 5} of ! * <cite>The Java Language Specification</cite>). * * @author Joseph D. Darcy * @author Scott Seligman * @author Peter von der Ah&eacute; * @see TypeParameterElement
< prev index next >