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

com.arangodb.serde.jsonb.Rev Maven / Gradle / Ivy

There is a newer version: 7.13.0
Show newest version
package com.arangodb.serde.jsonb;

import jakarta.json.bind.annotation.JsonbAnnotation;
import jakarta.json.bind.annotation.JsonbProperty;

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

/**
 * @author Michele Rastelli
 */
@Target({ElementType.FIELD, ElementType.METHOD, ElementType.PARAMETER})
@Retention(RetentionPolicy.RUNTIME)
@JsonbAnnotation
@JsonbProperty("_rev")
public @interface Rev {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy