8176566: @since value errors in types of java.base module

Reviewed-by: martin, psandoz
This commit is contained in:
Hamlin Li 2017-03-14 19:23:37 -07:00
parent 8cfcabb1f6
commit 2be8407266
20 changed files with 30 additions and 1 deletions

View file

@ -38,6 +38,8 @@ import static java.lang.invoke.MethodHandleStatics.*;
/**
* This class consists exclusively of static methods that help adapt
* method handles to other JVM types, such as interfaces.
*
* @since 1.7
*/
public class MethodHandleProxies {