Refine TypeHint.Builder#onReachableType Javadoc
This commit is contained in:
parent
08f636b691
commit
3e9b57106e
|
@ -151,7 +151,7 @@ public final class TypeHint implements ConditionalHint {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Make this hint conditional on the fact that the specified type
|
* 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
|
* @param reachableType the type that should be reachable for this
|
||||||
* hint to apply
|
* hint to apply
|
||||||
* @return {@code this}, to facilitate method chaining
|
* @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
|
* 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
|
* @param reachableType the type that should be reachable for this
|
||||||
* hint to apply
|
* hint to apply
|
||||||
* @return {@code this}, to facilitate method chaining
|
* @return {@code this}, to facilitate method chaining
|
||||||
|
|
Loading…
Reference in New Issue