Annotation Type EnableMustache
-
@Retention(RUNTIME) @Target(TYPE) @Documented @Import({MustacheTemplateLoaderConfiguration.class,MustacheEngineConfiguration.class,MustacheWebConfiguration.class}) public @interface EnableMustache
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description MustacheProvider
provider
Set mustache provider implementation to import.
-
-
-
Element Detail
-
provider
MustacheProvider provider
Set mustache provider implementation to import. Default is provider that detect class available on classpath and select best implementation.- Returns:
- Mustache provider mode.
- Default:
- com.github.mjeanroy.springmvc.view.mustache.configuration.MustacheProvider.AUTO
-
-