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

com.arangodb.serde.jackson.To Maven / Gradle / Ivy

There is a newer version: 7.16.0
Show newest version
package com.arangodb.serde.jackson;

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)
public @interface To {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy