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