Package com.google.template.soy.shared

Examples of com.google.template.soy.shared.SoyGeneralOptions


     * 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());
    }
View Full Code Here

TOP

Related Classes of com.google.template.soy.shared.SoyGeneralOptions

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.