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

sf.codegen.IEntityEnhancer Maven / Gradle / Ivy

The newest version!
package sf.codegen;

import java.net.URL;

/*
 *Java对资源的访问定位基本上是采用URL方式来做的。
 * @author
 * @Date
 */
public interface IEntityEnhancer {
    /**
     * 增强头
     */
    String ENHANCE_HEADER = "sfd";

    IEntityEnhancer addRoot(URL url);

    void enhance(String... pkgNames);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy