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

com.jfplugin.xsql.statement.CommentStatement Maven / Gradle / Ivy

The newest version!
package com.jfplugin.xsql.statement;

import org.w3c.dom.Node;

import com.jfplugin.xsql.core.Context;

/**
 * 注解节点
 * @author farmer
 *
 */
public class CommentStatement extends Statement{

	public CommentStatement(Node node) {
		super(node);
	}

	@Override
	public void execute(Context ctx, Object localVar) {
		
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy