Home | History | Annotate | Download | only in codegen-expected
      1 package org.chromium.support_lib_boundary;
      2 
      3 import java.lang.reflect.InvocationHandler;
      4 
      5 public interface WebKitTypeAsMethodReturnBoundaryInterface {
      6     InvocationHandler method();
      7 
      8     InvocationHandler method2();
      9 }
     10