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

com.arangodb.internal.serde.UserData Maven / Gradle / Ivy

There is a newer version: 7.8.0
Show newest version
package com.arangodb.internal.serde;

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

/**
 * Marker annotation for fields that need to be serialized/deserialized using the user serde.
 */
@Target({ElementType.METHOD, ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
public @interface UserData {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy