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

com.mitchellbosecke.pebble.operator.Associativity Maven / Gradle / Ivy

package com.mitchellbosecke.pebble.operator;

public enum Associativity {
	LEFT, RIGHT;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy