-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy path.j2s
More file actions
28 lines (19 loc) · 1.06 KB
/
.j2s
File metadata and controls
28 lines (19 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
j2s.compiler.status=enable
j2s.exact.long=true
j2s.allow.sync.thread=true
# read.annotations to false to not record annotations
j2s.compiler.read.annotations=true
# customizable list for what annotations to skip
j2s.compiler.ignored.annotations=CallerSensitive;ConstructorProperties;Deprecated;Override;SafeVarargs;SuppressWarnings;FunctionalInterface;Documented;Inherited;Native;Repeatable;Retention;Transient;
j2s.compiler.nonqualified.packages=test.js
#output file name for logging methods declared - delete the file to regenerate a listing
#j2s.log.methods.declared=methodsDeclared.csv
#output file name for logging methods called - delete the file to regenerate a listing
#j2s.log.methods.called=methodsCalled.csv
#if set, every instance of methods called will be logged
#otherwise, only the first call to a method will be logged
#output will be comma-separated: called method,caller class
#j2s.log.all.calls=true
#a semicolon-separated list of package-level file paths to be excluded
#j2s.excluded.paths=test;testng
j2s.compiler.mode=debug