| package java.lang.runtime; | |
| import java.lang.invoke.MethodHandle; | |
| import java.lang.invoke.MethodHandles; | |
| import java.lang.invoke.TypeDescriptor; | |
| public class ObjectMethods { | |
| public static Object bootstrap(MethodHandles.Lookup lookup, String methodName, TypeDescriptor type, | |
| Class<?> recordClass, | |
| String names, | |
| MethodHandle... getters) throws Throwable { | |
| return null; | |
| } | |
| } |