1This is the concatenated contents of all files inside the placeholder srcjar.
2
3
4## Contents of org/jni_zero/SampleForAnnotationProcessor.java:
5//
6// This file is an empty placeholder. It was generated by //third_party/jni_zero/jni_zero.py
7//
8
9package org.jni_zero;
10
11public interface SampleForAnnotationProcessor {
12  public interface TestStruct {}
13  public interface Natives {
14    public org.jni_zero.SampleForAnnotationProcessor bar(org.jni_zero.SampleForAnnotationProcessor sample);
15    public void foo();
16    public boolean hasPhalange();
17    public Class returnClass();
18    public Class[] returnClasses();
19    public org.jni_zero.SampleForAnnotationProcessor[] returnConvertedAppObjects();
20    public int[] returnConvertedInts();
21    public String returnConvertedString();
22    public String[] returnConvertedStrings();
23    public Object returnObject();
24    public Object[] returnObjects();
25    public String returnString();
26    public String[] returnStrings();
27    public org.jni_zero.SampleForAnnotationProcessor.TestStruct returnStruct();
28    public org.jni_zero.SampleForAnnotationProcessor.TestStruct[] returnStructs();
29    public Throwable returnThrowable();
30    public Throwable[] returnThrowables();
31    public String revString(String stringToReverse);
32    public org.jni_zero.SampleForAnnotationProcessor[] sendSamplesToNative(org.jni_zero.SampleForAnnotationProcessor[] strs);
33    public String[] sendToNative(String[] strs);
34    public int[] testAllPrimitives(int zint, int[] ints, long zlong, long[] longs, short zshort, short[] shorts, char zchar, char[] chars, byte zbyte, byte[] bytes, double zdouble, double[] doubles, float zfloat, float[] floats, boolean zbool, boolean[] bools);
35    public void testSpecialTypes(Class clazz, Class[] classes, Throwable throwable, Throwable[] throwables, String string, String[] strings, String convertedString, String[] convertedStrings, String optionalString, org.jni_zero.SampleForAnnotationProcessor.TestStruct tStruct, org.jni_zero.SampleForAnnotationProcessor.TestStruct[] structs, Object obj, Object convertedObj, Object[] objects, org.stubs.MyClass.SecondNestedInterface nestedInterface, android.view.View view, android.content.Context context, Object[] convertedObjects);
36  }
37}
38
39
40
41## Contents of android/content/Context.java:
42//
43// This file is an empty placeholder. It was generated by //third_party/jni_zero/jni_zero.py
44//
45
46package android.content;
47
48public interface Context {
49}
50
51
52
53## Contents of android/view/View.java:
54//
55// This file is an empty placeholder. It was generated by //third_party/jni_zero/jni_zero.py
56//
57
58package android.view;
59
60public interface View {
61}
62
63
64
65## Contents of org/stubs/MyClass.java:
66//
67// This file is an empty placeholder. It was generated by //third_party/jni_zero/jni_zero.py
68//
69
70package org.stubs;
71
72public interface MyClass {
73  public interface SecondNestedInterface {}
74}
75
76
77