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
The newest version!
package org.jtwig.spring.boot.config;
import org.jtwig.spring.JtwigViewResolver;
public interface JtwigViewResolverConfigurer {
void configure (JtwigViewResolver viewResolver);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy