Searched refs:nativeMethodWithAnnotation (Results 1 – 2 of 2) sorted by relevance
48 Method nativeMethodWithAnnotation = testClass.getMethod("nativeMethodWithAnnotation"); in main() local52 nativeMethodWithAnnotation.invoke(null); in main()
26 public static native void nativeMethodWithAnnotation(); in nativeMethodWithAnnotation() method in Test