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

Thu, 25 Aug 2011 17:18:25 -0700

author
schien
date
Thu, 25 Aug 2011 17:18:25 -0700
changeset 1067
f497fac86cf9
parent 0
959103a6100f
permissions
-rw-r--r--

Added tag jdk8-b02 for changeset b3c059de2a61

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