equal
deleted
inserted
replaced
421 * In particular, a method handle’s type must not have an arity of the exact maximum 255. |
421 * In particular, a method handle’s type must not have an arity of the exact maximum 255. |
422 * |
422 * |
423 * @see MethodType |
423 * @see MethodType |
424 * @see MethodHandles |
424 * @see MethodHandles |
425 * @author John Rose, JSR 292 EG |
425 * @author John Rose, JSR 292 EG |
|
426 * @since 1.7 |
426 */ |
427 */ |
427 public abstract class MethodHandle { |
428 public abstract class MethodHandle { |
428 |
429 |
429 /** |
430 /** |
430 * Internal marker interface which distinguishes (to the Java compiler) |
431 * Internal marker interface which distinguishes (to the Java compiler) |