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

se.l4.commons.serialization.collections.StringKey Maven / Gradle / Ivy

package se.l4.commons.serialization.collections;

import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.util.Map;

/**
 * Indicate that a {@link Map} has a string key and that key should be treated
 * as an object key during serialization.
 *
 * @author Andreas Holstenson
 *
 */
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface StringKey
{

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy