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

defaults.tpl.enum.tpl Maven / Gradle / Ivy

The newest version!
package #{java.vars.current.packages};

/**
 * #{enum.capitalizeName}枚举类
* #{enum.comment} * * @author zhh * @version */ public enum #{java.vars.current.capitalizeName} { /** ${item.value}.${item.comment} **/ ${item.upperCaseName};, }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy