![JAR search and dependency download from the Maven repository](/logo.png)
com.blade.kit.json.JsonFormat Maven / Gradle / Ivy
package com.blade.kit.json;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface JsonFormat {
String value();
MappingType type() default MappingType.DATE_PATTEN;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy