727374757677787980
* fork options for the twirl compiler. * Forked compilation must be enabled by setting fork = true first */ public BaseForkOptions getForkOptions() { if (forkOptions == null) { forkOptions = new BaseForkOptions(); } return forkOptions; }