예제 #1
0
 public static Object invokeDefaultMethod(Object proxy, Method method, Object[] args)
     throws Throwable {
   return JAVA_8_SUPPORT.invokeDefaultMethod(proxy, method, args);
 }
예제 #2
0
 public static boolean isDefault(Method method) {
   return JAVA_8_SUPPORT.isDefault(method);
 }