Refine TypeHint.Builder#onReachableType Javadoc

This commit is contained in:
Sébastien Deleuze 2022-08-26 08:35:18 +02:00
parent 08f636b691
commit 3e9b57106e
1 changed files with 2 additions and 2 deletions

View File

@ -151,7 +151,7 @@ public final class TypeHint implements ConditionalHint {
/**
* Make this hint conditional on the fact that the specified type
* can be resolved.
* is in a reachable code path from a static analysis point of view.
* @param reachableType the type that should be reachable for this
* hint to apply
* @return {@code this}, to facilitate method chaining
@ -163,7 +163,7 @@ public final class TypeHint implements ConditionalHint {
/**
* Make this hint conditional on the fact that the specified type
* can be resolved.
* is in a reachable code path from a static analysis point of view.
* @param reachableType the type that should be reachable for this
* hint to apply
* @return {@code this}, to facilitate method chaining