com.baomidou.framework.velocity.directive.ExtendsDirective Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-wind Show documentation
Show all versions of spring-wind Show documentation
spring-wind extension of spring framework.
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