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

io.github.kits.annotations.JsonCamelCase Maven / Gradle / Ivy

The newest version!
package io.github.kits.annotations;

import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * @project: kits
 * @created: with IDEA
 * @author: whimthen
 * @date: 2019-03-29-17:15 | March. Friday
 */
@Target({ElementType.FIELD, ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface JsonCamelCase {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy