Skip to content

Commit aa3b441

Browse files
committed
#9 - Add details about "index" and "element"/"component" types to MemberDetails
#21 - Work on generics / parameterized-types
1 parent 2255d3a commit aa3b441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/hibernate/models/spi/TypeVariableReferenceDetails.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* <p/>
1919
* For example,
2020
* <pre class="brush:java">
21-
* T extends Comparable<T>
21+
* {@code T extends Comparable<T>}
2222
* </pre>
2323
* In this case, we have uses of the 2 type variable {@code T}. The initial one
2424
* is modeled as a {@linkplain TypeVariableDetails}. The second one (as part of

0 commit comments

Comments
 (0)