org.jtwig.spring.boot.config.JtwigViewResolverConfigurer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jtwig-spring-boot-starter Show documentation
Show all versions of jtwig-spring-boot-starter Show documentation
Jtwig jtwig-spring-boot-starter
package org.jtwig.spring.boot.config;
import org.jtwig.spring.JtwigViewResolver;
public interface JtwigViewResolverConfigurer {
void configure (JtwigViewResolver viewResolver);
}