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

com.baomidou.framework.velocity.directive.ExtendsDirective Maven / Gradle / Ivy

The newest version!
package com.baomidou.framework.velocity.directive;

import org.apache.velocity.runtime.directive.Parse;

public class ExtendsDirective extends Parse {

	@Override
	public String getName() {
		return "extends";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy