123124125126127128129
* Constructs a builder that starts with a default {@link SoyGeneralOptions} object (options * can be modified via methods on the builder). */ @Inject public Builder() { this(new SoyGeneralOptions()); }