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

cn.mapway.document.helper.JavaClassContent Maven / Gradle / Ivy

The newest version!
package cn.mapway.document.helper;


/**
 * Java Class Content.
 *
 * @author zhangjianshe
 */
public class JavaClassContent {

    /**
     * The package name.
     */
    public String packageName = "";

    /**
     * The class name.
     */
    public String className = "";

    /**
     * The body.
     */
    public String body = "";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy