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

io.gsonfire.annotations.MergeMap Maven / Gradle / Ivy

package io.gsonfire.annotations;

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

/**
 * Causes the Map to be merged with the object that contains it
 *
 * This class has been deprecated and a {@link io.gsonfire.PostProcessor} should be used instead
 * @autor: julio
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
@Deprecated
public @interface MergeMap {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy