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

com.shixinke.utils.web.annotation.NameStyle Maven / Gradle / Ivy

There is a newer version: 1.0.8
Show newest version
package com.shixinke.utils.web.annotation;

/**
 * Variable naming style
 * @author shixinke
 * @version 1.0
 * created 19-2-22 下午3:16
 */
public enum NameStyle {
    /**
     * Hump method
     * example : userId
     */
    CAMEL,
    /**
     * example : user_id
     */
    UNDERLINE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy