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

META-INF.templates.java.switch.ftl Maven / Gradle / Ivy

The newest version!
switch (${keyExpression}) {
	<#list statements as subStatement>
	${subStatement.code}
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy