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

net.isger.brick.velocity.directive.DirectiveLibrary Maven / Gradle / Ivy

package net.isger.brick.velocity.directive;

import java.util.List;

/**
 * 指令库
 * 
 * @author issing
 * 
 */
public interface DirectiveLibrary {

    /**
     * 获取指令类型集合
     * 
     * @return
     */
    public List> getDirectiveClasses();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy