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

yui.comn.hub.xml.plugins.HubXmlPlugin Maven / Gradle / Ivy

The newest version!
/**
 * Project: yui3-common-hub-core
 * Class HubXmlPlugin
 * Version 1.0
 * File Created at 2020-12-14
 * $Id$
 * author yuyi
 * email [email protected]
 */
package yui.comn.hub.xml.plugins;

import java.lang.annotation.Annotation;

import yui.comn.hub.model.HubXmlColumn;

/**
 * 

* xml 处理插件 *

* * @author yuyi ([email protected]) */ public interface HubXmlPlugin { void xmlHandle(Annotation[] annos, HubXmlColumn col); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy