mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8156868: MethodHandles.zero(Class) doc issues
Reviewed-by: psandoz, mhaupt
This commit is contained in:
parent
7cc6c1d553
commit
3eec24e560
5 changed files with 9 additions and 8 deletions
|
@ -3016,6 +3016,7 @@ assert((int)twice.invokeExact(21) == 42);
|
|||
* @throws NullPointerException if the argument is null
|
||||
* @see MethodHandles#constant
|
||||
* @see MethodHandles#empty
|
||||
* @see MethodHandles#explicitCastArguments
|
||||
* @since 9
|
||||
*/
|
||||
public static MethodHandle zero(Class<?> type) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue