All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.lyncode.jtwig.parser.config.Symbols Maven / Gradle / Ivy

package com.lyncode.jtwig.parser.config;

public interface Symbols {
    String beginOutput();
    String endOutput();
    String beginTag();
    String endTag();
    String beginComment();
    String endComment();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy