test/tools/javadoc/generics/tparamTagOnMethod/expected.out

Tue, 25 May 2010 15:54:51 -0700

author
ohair
date
Tue, 25 May 2010 15:54:51 -0700
changeset 554
9d9f26857129
parent 0
959103a6100f
permissions
-rw-r--r--

6943119: Rebrand source copyright notices
Reviewed-by: darcy

aoqi@0 1 method pkg1.A.<T, U>m1(T, U)
aoqi@0 2 signature: (T, U)
aoqi@0 3 (T, U)
aoqi@0 4 @param <T> the kind of thing
aoqi@0 5 @param <U> the other kind of thing
aoqi@0 6 @param t the thing itself
aoqi@0 7 @param u the other thing
aoqi@0 8 type parameters:
aoqi@0 9 T
aoqi@0 10 U
aoqi@0 11 returns:
aoqi@0 12 void

mercurial