We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b2cda0 commit a82fc20Copy full SHA for a82fc20
1 file changed
docs/manual/faq.tex
@@ -1545,8 +1545,8 @@
1545
1546
\subsectionAndLabel{How should I annotate code that uses generics?}{faq-writing-generics}
1547
1548
-Suppose unannotated code contains a type parameter \code{<T>}. How should
1549
-you annotate that?
+Suppose unannotated code contains a declaration of a type parameter
+\code{<T>}. How should you annotate that declaration?
1550
1551
This is really a question about Java's generic types, so if you understand
1552
Java generics, this question is moot. However, Java generics can be hard
0 commit comments